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

Automate releases #17

Open
pepicrft opened this issue Jul 20, 2024 · 0 comments
Open

Automate releases #17

pepicrft opened this issue Jul 20, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@pepicrft
Copy link
Contributor

Automate the release using a GitHub Workflow. The process should be something along the lines of:

  • For every new commit, if it's releasable, which is something that we determine if git-cliff detects changes, we consider it a release commit.
  • We build, sign, and notarize the binary using mise run bundle
  • We create a release with the changelog generated by git-cliff and include the release artifact generated by the mise run bundle command.
@pepicrft pepicrft added enhancement New feature or request good first issue Good for newcomers labels Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant