Update release docs (#258)
* v4.1.2 * update release docs --------- Co-authored-by: Frederik Braun <fbraun+github@mozilla.com>
This commit is contained in:
Родитель
bf360a9f2e
Коммит
c933df13d1
|
@ -0,0 +1,24 @@
|
|||
# Instructions for creating a new release
|
||||
|
||||
# Check everything locally:
|
||||
|
||||
- `npm run test`
|
||||
- `npm run lint`
|
||||
|
||||
# Preparing the code
|
||||
|
||||
- Bump version in package.json
|
||||
- git add
|
||||
- git commit
|
||||
- git push to branch
|
||||
- Get code review (branch protection) and then merge
|
||||
- wait for travis results just to be sure.
|
||||
|
||||
**At this point people tracking `main` should already get the new version**
|
||||
|
||||
# Publish the release as a new version
|
||||
|
||||
- git tag -a x.y.z
|
||||
- npm publish
|
||||
- git push --tags
|
||||
- Go to [https://github.com/mozilla/eslint-plugin-no-unsanitized/releases](https://github.com/mozilla/eslint-plugin-no-unsanitized/releases) to create a new release. Pick the right tag.
|
10
NOTES
10
NOTES
|
@ -1,10 +0,0 @@
|
|||
= Making a release =
|
||||
* Check everything locally:
|
||||
** `npm run test`
|
||||
** `npm run lint`
|
||||
* Bump version in package.json
|
||||
* git add
|
||||
* git commit
|
||||
* git push
|
||||
* wait for travis results
|
||||
* npm publish
|
Загрузка…
Ссылка в новой задаче