This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
2020-11-01 22:46:04 +00:00

13 lines
306 B
Markdown

# Release
Update "version" of package.json and change unreleased section of [CHANGELOG.md](https://github.com/yuku-t/textcomplete/blob/master/CHANGELOG.md) to the new version. Then,
```bash
git tag v$(jq -r .version package.json)
git push
git push --tags
npm run build
npm publish
npm run gh-release
```