Skip to content

Commit

Permalink
build: switch from changelogen to semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Jun 29, 2023
1 parent 175b005 commit ef8bd67
Show file tree
Hide file tree
Showing 5 changed files with 20,221 additions and 11,572 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,25 @@ jobs:
with:
token: ${{ secrets.codecov }}
directory: ./coverage/

release:
name: Release
needs: [ lint, tests ]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install
uses: ./.github/actions/install
with:
node-version: ${{ env.PRIMARY_NODE_VERSION }}

- name: Build
uses: ./.github/actions/build

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
Loading

0 comments on commit ef8bd67

Please sign in to comment.