Replies: 1 comment 3 replies
-
PRs happily accepted, our release script is here: https://github.com/ankidroid/ankidroiddocs/blob/master/.github/workflows/publish.yml |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
First, thanks for this library 🙏
Here is a simple feature request: could you transform your git tag as GitHub release so people can watch the repo & get notified when a release comes out?
I have a little trick that I use that make it no-brainer:
This tool edits the git tag on GitHub and create a GitHub release with the correct changelog section.
In short:
You have a --dry-run option to test this before using it for real.
Note: you only need in addition to this tool a
GITHUB_TOKEN
available as an env var.Beta Was this translation helpful? Give feedback.
All reactions