This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix git commands for tagging a release.
tags/json-c-0.11-20130402
Eric Haszlakiewicz
13 years ago
parent
eead1a7dc4
commit
9791c3896e
1 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
RELEASE_CHECKLIST.txt
+ 3
- 1
RELEASE_CHECKLIST.txt
View File
@@ -38,7 +38,9 @@ tar -czf json-c-${release}-nodoc.tar.gz -X excludes json-c-${release}
Tag the branch:
Tag the branch:
cd json-c-${release}
cd json-c-${release}
git tag json-c-${release}-$(date +%Y%m%d)
git tag -a json-c-${release}-$(date +%Y%m%d)
git push
git push --tags
Go to https://github.com/json-c/json-c/downloads
Go to https://github.com/json-c/json-c/downloads
Upload the two tarballs.
Upload the two tarballs.
Write
Preview
Loading…
Cancel
Save