fledge
fledge copied to clipboard
Suggest & provide GHA workflow
E.g. daily bump_version()
Also perhaps a daily synchronization from NEWS.md to tags.
Also perhaps a daily synchronization from NEWS.md to tags.
The sync workflow should also be triggered by changes to NEWS.md in the main branch (when we have it).
The triggers could be arguments of a function that'd add the workflow to the repo.
So part of this issue actually needs #31
Person to tell about the workflow once it is functional https://twitter.com/MickaelCanouil/status/1528108623611699202
#31 should be tackled first so putting it in this milestone
Still useful to work on daily bump though
gh_whoami() doesn't work from GHA: https://github.com/cynkra/fledge/runs/8220853540?check_suite_focus=true#step:5:115 .
There's a bug somewhere given there are repeated items in https://github.com/cynkra/fledge/blob/main/NEWS.md I'll look into it
Right now locally, if I run update_news() I get the expected
- Same as previous version.
@krlmlr is there another repo where it'd be interesting to test the workflow?
Forgot to mention: as discussed yesterday, the problem is fixed by now with 06cba7f1b641d654ff1b76324f109f07ba4975a0. The reason was a ping-pong where a no-op bump led to an overwritten tag, which then led to treating this NEWS items as new.
No need to act for now.