Skip to content

Commit 81f9dcd

Browse files
committed
Update comments to match behaviour
1 parent 841eeff commit 81f9dcd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

script/release

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22
# frozen_string_literal: true
33

4-
#/ Usage: GH_RELEASE_TOKEN=your-amazing-secure-token release [--dry-run] <version>
4+
#/ Usage: release [--dry-run] <version>
55
#/
66
#/ Publish a backup-utils release:
77
#/ * Updates the package changelog
@@ -13,9 +13,8 @@
1313
#/ * Builds the release assets and uploads them
1414
#/
1515
#/ Notes:
16-
#/ * Needs GH_RELEASE_TOKEN available in the environment.
17-
#/ * Export GH_OWNER, GH_AUTHOR and GH_REPO if you want to tweak the build
18-
#/ changelog or use a different owner/repo
16+
#/ * Needs GH_RELEASE_TOKEN and GH_AUTHOR set in the environment.
17+
#/ * Export GH_OWNER and GH_REPO if you want to use a different owner/repo
1918
#/ * Only pull requests labeled with bug, feature or enhancement will show up in the
2019
#/ release page and the changelog.
2120
#/

0 commit comments

Comments
 (0)