Skip to content

Commit

Permalink
Merge pull request #126 from ably/update-docs
Browse files Browse the repository at this point in the history
Update docs and stop tagging via script
  • Loading branch information
artismarti authored Oct 14, 2021
2 parents db4d01c + 8f6297f commit 5fb0949
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@ This will trigger GitHub actions in supported apps (currently [Voltaire](http://
- Merge your PR into `main`.
- On the Github [Ably-UI](http://github.com/ably/ably-ui) repo, [create a new release](https://github.com/ably/ably-ui/releases/new) tag.
- Create a new tag with the new version number for the release.
- _Do not prefix the tag with a `v`_
- Add a meaningful title for the Release.
- Click on the Autogenerate release notes button.
- Publish Release.
This will release the packages, update library & preview app and create & push the commit & tag, and also create corresponding PRs in Voltaire & Website.
Expand Down
8 changes: 1 addition & 7 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,7 @@ echo "Commit version publish and preview app update to $TAG"
cd ..
git add package.json lib/ably_ui/version.rb Gemfile.lock
git add preview/package.json preview/yarn.lock preview/Gemfile preview/Gemfile.lock
git commit -m "Publish $TAG and update preview app"

echo "Tag commit with $TAG"
git tag -a $TAG -m "$TAG"

echo "Push tag to origin"
git push origin $TAG
git commit -m "Update preview app"

echo "Push main to origin"
git push origin main

0 comments on commit 5fb0949

Please sign in to comment.