Skip to content

Commit

Permalink
ci: move from semantic release to release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
a-cordier committed Jan 22, 2023
1 parent 2cbbdd1 commit 98a2acd
Show file tree
Hide file tree
Showing 6 changed files with 10,000 additions and 11,720 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
GIT_AUTHOR_NAME: "Antoine CORDIER"
GIT_AUTHOR_EMAIL: "com.acordier@gmail.com"
GIT_COMMITTER_NAME: "Antoine CORDIER"
GIT_COMMITTER_EMAIL: "com.acordier@gmail.com"
run: npm run release -- --ci
3 changes: 1 addition & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
sign-git-tag=false
message=":bookmark: v%s"
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
13 changes: 0 additions & 13 deletions .releaserc.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Easy io for the [Web MIDI API](https://www.w3.org/TR/webmidi/)

## 🚨 Disclaimer

Development has just started and until v1.0.0 has been released, noon-io should be considered at least unstable.
Development has just started and until v1.0.0 has been released, noon-io should be considered unstable.

# 🗒️ API Documentation

Expand Down
Loading

0 comments on commit 98a2acd

Please sign in to comment.