Skip to content

Commit

Permalink
build: replaced semantic-release with changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Apr 8, 2023
1 parent f05612e commit da3afa3
Show file tree
Hide file tree
Showing 4 changed files with 1,198 additions and 42 deletions.
27 changes: 4 additions & 23 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:
push:
branches: [master, next, beta, alpha]
pull_request:
branches: [master, next, beta, alpha]
types:
- edited
- opened
- synchronize

permissions:
packages: write
Expand Down Expand Up @@ -63,25 +66,3 @@ jobs:
node-version: ${{ env.PRIMARY_NODE_VERSION }}
- name: Build
uses: ./.github/actions/build

release:
name: Release
needs: [lint]
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ coverage
npm-debug.log*
.idea
reports
.env
Loading

0 comments on commit da3afa3

Please sign in to comment.