File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
- # ===-- github-release.py ------- ------------------------------------------===#
2
+ # ===-- github-upload- release.py ------------------------------------------===#
3
3
#
4
4
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
5
# See https://llvm.org/LICENSE.txt for license information.
18
18
# https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line
19
19
#
20
20
# Create a new release from an existing tag:
21
- # ./github-release.py --token $github_token --release 8.0.1-rc4 create
21
+ # ./github-upload- release.py --token $github_token --release 8.0.1-rc4 create
22
22
#
23
23
# Upload files for a release
24
- # ./github-release.py --token $github_token --release 8.0.1-rc4 upload --files llvm-8.0.1rc4.src.tar.xz
24
+ # ./github-upload- release.py --token $github_token --release 8.0.1-rc4 upload --files llvm-8.0.1rc4.src.tar.xz
25
25
#
26
26
# You can upload as many files as you want at a time and use wildcards e.g.
27
- # ./github-release.py --token $github_token --release 8.0.1-rc4 upload --files *.src.*
27
+ # ./github-upload- release.py --token $github_token --release 8.0.1-rc4 upload --files *.src.*
28
28
#===------------------------------------------------------------------------===#
29
29
30
30
You can’t perform that action at this time.
0 commit comments