Skip to content

Commit 494a8cd

Browse files
l0b0kodiakhq[bot]
andauthored
docs: Add details about the gh-pages branch (#110)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 8573048 commit 494a8cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ Verify changes by running `yarn lint && yarn test` before committing.
4141

4242
### Releases
4343

44-
To create a release run `yarn version --new-version <patch|minor|major>` which will create a change log and version tag.
44+
To create a release:
4545

46-
`git push --atomic origin master TAG` then the build pipeline will create a github release which will trigger the github pages to be published.
46+
1. Run `yarn version --new-version <patch|minor|major>` which will create a change log commit and version tag.
47+
2. Run `git push --atomic origin master TAG` which will trigger a GitHub release job. This will publish the new version to the "gh-pages" branch.
4748

4849
## Adding a new extension
4950

0 commit comments

Comments
 (0)