vsoch / qme

QueueMe is a job queue, manager, and dashboard
https://vsoch.github.io/qme/
Mozilla Public License 2.0
12 stars 4 forks source link

push git tags (ideally annotated) for the releases, mint "releases" on github #39

Open yarikoptic opened 4 years ago

yarikoptic commented 4 years ago

my workflow typically is to git tag -s locally to get an annotated (with changelog cut/pasted)/signed proper git tag, push it to github, go to releases, click "Edit release" for that tag, and just "save" it without any changes -- that makes that tag into Release and keeps original annotation as description for it. Releases done on github directly create non-annotated git tags, which are inferior.