Skip to content

Commit

Permalink
feat: auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Dec 15, 2022
1 parent 6dff4ad commit 7d1b6bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm ci:version
commit: "chore: update versions"
title: "chore: update versions"
publish: pnpm ci:publish
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"lint:md": "markdownlint --fix **/*.md",
"lint:js": "eslint --fix **/*.js",
"lint:secrets": "secretlint **/*",
"ci:publish": "changeset publish"
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.7",
Expand Down

0 comments on commit 7d1b6bc

Please sign in to comment.