Skip to content

Commit

Permalink
feat: add RELEASE documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrothe committed Jul 24, 2023
1 parent ec050b6 commit c69d0e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Release a new version

1. `pnpm run lint`
1. `pnpm run toc`
1. `pnpm run setup`
1. `pnpm run validate`
1. Raise Version
1. `pnpm run build`
1. `pnpm run release` or with specific version `npx standard-version --release-as 3.0.0`
1. Login to NPM via `npm adduser` and `npm publish`

0 comments on commit c69d0e9

Please sign in to comment.