IBM / CAST

CAST can enhance the system management of cluster-wide resources. It consists of the open source tools: cluster system management (CSM) and burst buffer.
Eclipse Public License 1.0
27 stars 34 forks source link

CAST 1.8.4 Release Tasks #1024

Closed besawn closed 2 years ago

besawn commented 2 years ago
besawn commented 2 years ago

Create cast_1.8.4_ga tag:

$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

$ git log -n 1
a5f39007 Thu Feb 17 15:38:48 2022 -0500 besawn  (HEAD -> master, origin/master, origin/HEAD) Merge pull request #1022 from besawn/hcdiag_fix

$ git tag cast_1.8.4_ga

$ git push origin cast_1.8.4_ga
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
To github.com:IBM/CAST.git
 * [new tag]           cast_1.8.4_ga -> cast_1.8.4_ga

$ git tag --list cast_1.8.4_ga
cast_1.8.4_ga

Create cast_1.8.4 branch:

$ git checkout -b cast_1.8.4
Switched to a new branch 'cast_1.8.4'

$ git push origin cast_1.8.4
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: 
remote: Create a pull request for 'cast_1.8.4' on GitHub by visiting:
remote:      https://github.com/IBM/CAST/pull/new/cast_1.8.4
remote: 
To github.com:IBM/CAST.git
 * [new branch]        cast_1.8.4 -> cast_1.8.4

$ git log -n 1
a5f39007 Thu Feb 17 15:38:48 2022 -0500 besawn  (HEAD -> cast_1.8.4, tag: cast_1.8.4_ga, origin/master, origin/cast_1.8.4, origin/HEAD, master) Merge pull request #1022 from besawn/hcdiag_fix