1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00

internal: remove postversion script, update release docs

This commit is contained in:
Shawn Allen 2019-02-21 11:48:13 -08:00
parent 6b87688f00
commit 280812229f
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,7 @@
### Ship checklist
- [ ] Update `CHANGELOG.md`
- [ ] Update the version in `package.json` with `npm version <version>`
- [ ] Update the `version` field in `package.json` to match the release version
- [ ] [Create a new release](https://github.com/primer/css/releases/new)
- [ ] [Update github/github](https://github.com/primer/css/blob/master/RELEASING.md#in-githubgithub)
- [ ] Create a new pull request for the next release

View File

@ -30,7 +30,6 @@
"lint-js": "eslint lib docs",
"now-build": "next build",
"now-start": "next start",
"postversion": "git commit -m \"chore: v$npm_package_version\" package*.json",
"now-test": "npm-run-all -s now-build now-start",
"postpublish": "script/postpublish",
"prepare": "npm run dist",