Skip to content

Commit

Permalink
chore: bump package.json version on release
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Mar 30, 2022
1 parent 46f510f commit b615802
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches: [main]

concurrency:
group: release_version
cancel-in-progress: true

jobs:
test:
uses: ./.github/workflows/test.yml
Expand Down
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"@semantic-release/release-notes-generator",
["@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" }],
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github",
"@semantic-release/npm"
"@semantic-release/github"
]
}

0 comments on commit b615802

Please sign in to comment.