-
Notifications
You must be signed in to change notification settings - Fork 56
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 Binary Releases for Noname #173
base: main
Are you sure you want to change the base?
Automate Binary Releases for Noname #173
Conversation
Not quite sure of how this is going to work. Maybe a outline of the workflow is helpful :) |
Key points
|
Ok, cool. I got a better idea of this works atm. From what @ronantakizawa described above, the rule seems to rely on
The potential problem of this approach is it might not be able to correctly pick up the right version corresponding to the changelog. For example,
Given the changelog format pattern as the following:
Maybe the rule can be:
This way can ensure it build and release the version corresponding to the update to changelog. |
what's the status here, can we merge this? |
Will need to do some tests to check if it aligns with the updated changelog. |
Automating Binary Releases for Noname by getting the latest version tag of Noname from CHANGELOG.md and building the binary release. Resolves issue #81