File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env ruby
2
2
# frozen_string_literal: true
3
3
4
- #/ Usage: GH_RELEASE_TOKEN=your-amazing-secure-token release [--dry-run] <version>
4
+ #/ Usage: release [--dry-run] <version>
5
5
#/
6
6
#/ Publish a backup-utils release:
7
7
#/ * Updates the package changelog
13
13
#/ * Builds the release assets and uploads them
14
14
#/
15
15
#/ 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
19
18
#/ * Only pull requests labeled with bug, feature or enhancement will show up in the
20
19
#/ release page and the changelog.
21
20
#/
You can’t perform that action at this time.
0 commit comments