Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding automated versioning for package publishing (#3) #5

Merged
merged 3 commits into from
Sep 18, 2023

Conversation

t1agob
Copy link
Contributor

@t1agob t1agob commented Sep 18, 2023

Adding automated versioning by leveraging conventional commits and GitHub extension.

  • Enforces conventional commits with git pre-commit hook
  • Automatically bumps the version depending on type of commit
  • generates release notes
  • publishes a new release in GitHub and NPM

Closes #4.

Adding automated versioning by leveraging conventional commits and
GitHub extension.

- Enforces conventional commits with git pre-commit hook
- Automatically bumps the version depending on type of commit
- generates release notes
- publishes a new release in GitHub and NPM

Closes #1.
@t1agob t1agob added enhancement New feature or request ci Continuous integration labels Sep 18, 2023
@t1agob t1agob merged commit e00b14b into ci/automated-release-versioning Sep 18, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant