Skip to content

Commit 40a03ee

Browse files
fmt
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
1 parent e99b67b commit 40a03ee

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

scripts/release.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ In order to trigger it, you can use the script `trigger_release.sh` like:
1010

1111
This script will:
1212

13-
* Perform a dump of the release using the release version
14-
* Update all the *.md containing the release version
15-
* Tag and commit all the above changes and eventually push them to the provided remote
16-
* Perform a dump of the version back to {snapshotVersion}
17-
* Commit all the above changes and eventually push them to the provided remote
13+
- Perform a dump of the release using the release version
14+
- Update all the \*.md containing the release version
15+
- Tag and commit all the above changes and eventually push them to the
16+
provided remote
17+
- Perform a dump of the version back to the provided snapshot version
18+
- Commit all the above changes and eventually push them to the provided remote
1819

19-
After the script performed all the changes, you can create the new release on GitHub: https://github.com/cloudevents/sdk-java/releases/new
20+
After the script performed all the changes, you can create the new release on
21+
GitHub: https://github.com/cloudevents/sdk-java/releases/new
2022

21-
Note: Before running it pointing to upstream/master, try always in your local repo
23+
Note: Before running it pointing to upstream/master, try always in your local
24+
repo

scripts/trigger_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function die() { echo "$*" 1>&2 ; exit 1; }
1313
# * Performs a dump of the release using the release version
1414
# * Updates all the *.md containing the release version
1515
# * Commits all the above changes and eventually push them to the provided remote
16-
# * Performs a dump of the version back to {snapshotVersion}
16+
# * Performs a dump of the version back to the provided snapshot version
1717
# * Commits all the above changes and eventually push them to the provided remote
1818

1919
THIS_BRANCH=$(git rev-parse --abbrev-ref HEAD)

0 commit comments

Comments
 (0)