Skip to content

Commit 519a108

Browse files
committed
doc string review
1 parent ce12ad3 commit 519a108

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tag-release.nu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ def gen-changes [
172172
# 1. Generate Release notes (from unreleased changes).
173173
# 2. (Re)generate the CHANGELOG.md in repo root and push any changes
174174
# 3. Create a GitHub release, which in turn creates a git tag on the default branch
175-
# 4. Move any major tags (`v2`) that correspond with the new release's tag.
175+
# 4. Move any major tags (eg. `v2`) that correspond with the new release's tag.
176+
# This step does nothing if no major tag exists.
176177
#
177178
# This script is designed to be run in CI or locally.
178179
# Either way, this script will abort if the current branch is not 'main'.

0 commit comments

Comments
 (0)