Skip to content

Commit

Permalink
chore: changelog config
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Mar 17, 2023
1 parent 063d3ff commit af737f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lib-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Lib Publish To Npm

on:
push:
tags:
- v*.*.*
release:
types: [created]
# push:
# branches:
# - main
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dev:prepare": "nuxt-module-build --stub && nuxi prepare client",
"play:dev": "nuxi dev playground",
"play:prod": "npm run prepack && nuxi dev playground",
"release": "changelogen --release && git push --follow-tags",
"release": "changelogen --release --push",
"lint": "cross-env NODE_ENV=production eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
Expand Down

0 comments on commit af737f5

Please sign in to comment.