Skip to content

Commit

Permalink
Merge pull request #20 from BitGo/automate-releases
Browse files Browse the repository at this point in the history
feat: use tags for semantic releases
  • Loading branch information
lcovar authored Aug 8, 2024
2 parents 95d934d + 01be32f commit e7ab68a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

permissions:
contents: write

jobs:
publish:
name: Publish Release
Expand Down Expand Up @@ -55,3 +58,6 @@ jobs:

- name: Lerna Publish
run: yarn lerna publish --force-publish --include-merged-tags --conventional-commits --yes --loglevel silly --no-push

- name: Push the git new tag
run: git push --tags
2 changes: 1 addition & 1 deletion packages/wasm-miniscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/wasm-miniscript",
"version": "0.1.0",
"version": "0.0.0-semantic-release-managed",
"lint-staged": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit e7ab68a

Please sign in to comment.