зеркало из
1
0
Форкнуть 0
* v4.1.2

* update release docs

---------

Co-authored-by: Frederik Braun <fbraun+github@mozilla.com>
This commit is contained in:
Frederik Braun 2024-10-10 10:28:10 +02:00 коммит произвёл GitHub
Родитель bf360a9f2e
Коммит c933df13d1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 24 добавлений и 10 удалений

24
CREATING_A_NEW_RELEASE.md Normal file
Просмотреть файл

@ -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
Просмотреть файл

@ -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