File: release_troubleshooting.txt

package info (click to toggle)
python-discogs-client 2.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 568 kB
  • sloc: python: 1,685; sh: 83; makefile: 18
file content (14 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

Release Workflow Troubleshooting:

- retag.sh
  1) Deletes local and remote git tags
  2) Creates tags with same version on current HEAD
  3) and pushes commits and tags again

Release notes are not automatically deleted on retag.sh usage. This for a
reason: They might be copied over to a fixed release and shouldn't be lost.

Optionally retag.sh accepts a third cli arg allowing to pass --options to the
push in step 3 (e.g. --force-with-lease, use with caution)