Automate Binary Releases for Noname#173
Automate Binary Releases for Noname#173ronantakizawa wants to merge 3 commits intozksecurity:mainfrom
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