You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mplement semantic-release and Commitizen in the project to automate the release process and enforce a standard for commit messages. This will streamline our versioning and publishing workflow, ensuring consistency and proper semantic versioning based on commit messages.
Tasks:
Configure semantic-release to automate releases:
Analyze commit messages to determine version updates.
Generate and publish a changelog.
Create a release on GitHub.
Publish the package to npm.
Integrate Commitizen:
Set up a CLI for standardized commit messages.
Guide contributors to use conventional commit messages for better version control.
Acceptance Criteria:
semantic-release should automate the release and publishing workflow.
Commits should follow the conventional commit format enforced by Commitizen.
Update documentation to include instructions on how to commit using Commitizen.
The text was updated successfully, but these errors were encountered:
mplement semantic-release and Commitizen in the project to automate the release process and enforce a standard for commit messages. This will streamline our versioning and publishing workflow, ensuring consistency and proper semantic versioning based on commit messages.
Tasks:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: