Skip to content

Commit 228d1a2

Browse files
committed
docs(build): add releasing notes
1 parent 7ff4de4 commit 228d1a2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ npm test
3636
npm run docs
3737
```
3838

39+
## Releasing
40+
41+
- `yarn run release`
42+
- Ensure tests are passing `yarn run test`
43+
- Build dist files `VERSION=<the_version> yarn run build`
44+
- Build changelog `yarn run changelod`
45+
- Commit dist files `git add dist CHANGELOG.md && git commit -m "[build $VERSION]"`
46+
- Publish a new version `npm version $VERSION --message "[release] $VERSION"
47+
- Push tags `git push origin refs/tags/v$VERSION && git push`
48+
- Publish to npm `npm publish`
49+
3950
## Questions
4051

4152
For questions and support please use the [Discord chat server](https://chat.vuejs.org) or [the official forum](http://forum.vuejs.org). The issue list of this repo is **exclusively** for bug reports and feature requests.

0 commit comments

Comments
 (0)