Skip to content

Commit 896ba72

Browse files
authored
chore: Add release instructions (#189)
* chore: Add release instructions * Fix typo
1 parent 8caccb2 commit 896ba72

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,21 @@ In the `community` ruleset, the five `*-still-default` rules allow you to define
205205
| [node-resource-description-filename-against-convention](docs/rules/node-resource-description-filename-against-convention.md) | Resource description file must use singular form. Example: `UserDescription.ts`, not `UsersDescription.ts`. | No |
206206
<!-- /RULES_TABLE -->
207207

208+
## Release
209+
210+
1. Make a PR updating `version` in `package.json` to the new version following semver. Merge it.
211+
212+
2. Make a tag for the new version:
213+
214+
```sh
215+
git tag v1.16.2
216+
git push origin v1.16.2
217+
```
218+
219+
3. Create a [release](https://github.com/ivov/eslint-plugin-n8n-nodes-base/releases/new) using the tag.
220+
221+
4. Check that the [npm publish action](https://github.com/ivov/eslint-plugin-n8n-nodes-base/actions/workflows/ci-release.yml) succeeds.
222+
208223
## Author
209224

210225
© 2024 [Iván Ovejero](https://github.com/ivov)

0 commit comments

Comments
 (0)