Skip to content

Commit

Permalink
feat(ci): add sementic release
Browse files Browse the repository at this point in the history
this will add sementic release for automatic publish

BREAKING CHANGE: restructure build output
  • Loading branch information
sh4hids committed Mar 23, 2022
1 parent 598417d commit e9eced5
Show file tree
Hide file tree
Showing 5 changed files with 3,001 additions and 63 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ jobs:
run: npm ci
- name: Validating build
run: npm run validate
- name: Configure Git
run: |
git config user.name 'sh4hids'
git config user.email 'sh4hids@users.noreply.github.com'
- name: Publish package on NPM
- name: Publish to NPM
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run release
3 changes: 0 additions & 3 deletions .versionrc

This file was deleted.

18 changes: 0 additions & 18 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit e9eced5

Please sign in to comment.