Commit 494a8cd 1 parent 8573048 commit 494a8cd Copy full SHA for 494a8cd
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,10 @@ Verify changes by running `yarn lint && yarn test` before committing.
41
41
42
42
### Releases
43
43
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:
45
45
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.
47
48
48
49
## Adding a new extension
49
50
You can’t perform that action at this time.
0 commit comments