Skip to content

Commit

Permalink
docs(MAINTAINERS): increment latest SDK version for next SDK tag
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Feb 24, 2022
1 parent d44c803 commit 4c06818
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ To generate a new final release, and CHANGELOG.md files
```sh
# Create the final release CHANGELOGs.
yarn lerna version --no-push --conventional-graduate
prior=$(git tag -l | sed -ne 's!^@agoric/sdk@\([0-9]*\).*!\1!p' | sort -n | tail -1)
SDKVER=$(( prior + 1 ))
git tag @agoric/sdk@$SDKVER
git commit -am "chore(release): @agoric/sdk@$SDKVER"
# Push the branch.
git push -u origin release-$now
# Tell which packages have actual news.
Expand Down

0 comments on commit 4c06818

Please sign in to comment.