File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- title : Release build failed for tag $ {{ env.TAG_NAME }}
2+ title : Release build failed for tag {{ env.TAG_NAME }}
33---
44Workflow Run: {{ env.REPO_URL }}/actions/runs/{{ env.RUN_ID }}
Original file line number Diff line number Diff line change 9393 test_coatjava :
9494 needs : [ build ]
9595 strategy :
96- fail-fast : false
96+ fail-fast : true
9797 matrix :
9898 runner :
9999 - ubuntu-latest
Original file line number Diff line number Diff line change 55Deploying a new version requires a new version number, named ` $VERSION ` in this
66document.
77- the release build will have version ` $VERSION `
8- - the git repository will have version ` ${VERSION}-SNAPSHOT `
8+ - the ` git ` repository will have version ` ${VERSION}-SNAPSHOT `
99 - note that this is ** not** conventional, since typically ` -SNAPSHOT ` is used for _ upcoming_ releases
1010
1111### General Procedure
@@ -14,12 +14,12 @@ document.
14141 . make sure you have no local changes (` git status ` )
15151 . ` ./deploy-coatjava.sh -v $VERSION `
16161 . ` git push ` -> open PR -> review PR -> merge
17- 1 . make git tag and release
17+ 1 . make ` git ` tag and release
1818
1919> [ !NOTE]
20- > Should ` deploy-coatjava.sh ` fail midway, your repository may be left in a transient state; here's how to revert:
21- > 1 . ` git switch - ` to switch back to ` development ` branch
22- > 1 . ` libexec/version-bump.sh $ORIGINAL_VERSION ` and be sure to include the ` -SNAPSHOT ` ; alternatively, ' git reset --hard'
20+ > Should ` deploy-coatjava.sh ` fail midway, your ` git ` repository may no longer be in the recommended initial state; here's how to revert:
21+ > 1 . ` git switch development ` to switch back to ` development ` branch
22+ > 1 . ` libexec/version-bump.sh $ORIGINAL_VERSION ` and be sure to include the ` -SNAPSHOT ` ; alternatively, ` git reset --hard `
2323> 1 . ` git branch -D version/$VERSION ` to delete the created version-bump branch
2424
2525** Legend:**
You can’t perform that action at this time.
0 commit comments