Skip to content

Commit

Permalink
fix(dev docs): specify correct lts tag (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jun 7, 2019
1 parent 7dacfa4 commit f7a8be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEV_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ To start a new release (publish the framework packages on NPM) you need:
* fix/expand changelog manually
6. push the branch, create PR, approve - merge
7. pull the upstream (master or other version branch (e.g. 3.6.0, next))
8. If publishing LTS release add `--tag=lts` to publish command in `scripts/publish.sh:7`
8. If publishing LTS release add `--tag=v<version>-lts` (for example `v3-lts`) to publish command in `scripts/publish.sh:7`
9. In case of beta, rc or any other unstable release add `--tag=next` to publish command in `scripts/publish.sh:7`
10. `npm run release` - run prepare & validate and finally publish the packages to NPM
11. create and push git tag
Expand Down

0 comments on commit f7a8be4

Please sign in to comment.