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

feat: add support for auto semantic release #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AyodejiO
Copy link

This PR adds support to create new semantic release versions when new changes are merged into the master branch.

This enforces standard commits messages to create new releases.

See here:

https://github.com/semantic-release/commit-analyzer/blob/master/lib/default-release-rules.js

@unicodeveloper
Copy link
Collaborator

How does this work on a go repo? @AyodejiO

@AyodejiO
Copy link
Author

AyodejiO commented Dec 12, 2023

How does this work on a go repo? @AyodejiO

This just creates the next release/tag (in GitHub) upon merging to master. Uses the commit rules here to determine the next SEM version. I expect the go pkg to get auto updated when there's a newer sem version. @unicodeveloper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants