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 7, 2023
1 parent d828fd5 commit 4ee61a1
Show file tree
Hide file tree
Showing 5 changed files with 7,727 additions and 13,783 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,28 +84,6 @@ jobs:
run: |
npm run test
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

coverage:
name: Coverage
needs: [lint, tests]
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ coverage
npm-debug.log*
.idea
reports
coverage
.env

0 comments on commit 4ee61a1

Please sign in to comment.