Skip to content

Commit

Permalink
chore: add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 22, 2022
1 parent 163bfdf commit 4ac96ab
Show file tree
Hide file tree
Showing 4 changed files with 5,657 additions and 461 deletions.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Release Instructions

1. `git pull` the latest master and ensure that `git status` shows no local changes

2. `export GITHUB_AUTH="..."` with a [GitHub access token](https://github.com/settings/tokens/new?scopes=repo&description=release-it) with "repo" access so [release-it](https://github.com/release-it/release-it) can conduct a GitHub release

3. `export EDITOR="vim"` to choose an editor for editing the changelog

4. `npm run release` (uses [@release-it-plugins/conventional-changelog](https://github.com/release-it/conventional-changelog) to handle versioning, the changelog, publishing to GitHub and NPM, etc)
54 changes: 0 additions & 54 deletions build/generate-release-changelog.js

This file was deleted.

0 comments on commit 4ac96ab

Please sign in to comment.