Skip to content

Commit

Permalink
feat: Post Build tagging in Semantic Release [sc-12927] (#9)
Browse files Browse the repository at this point in the history
* feat: add flag to not tag repo

* don't create gh release if skip tag

* add skip build

* remove architecture hack

---------

Co-authored-by: Russ Webber <[email protected]>
  • Loading branch information
MrBlenny and russkel authored Nov 28, 2024
1 parent 51408d3 commit 3beb889
Show file tree
Hide file tree
Showing 3 changed files with 695 additions and 606 deletions.
6 changes: 3 additions & 3 deletions platform_cli/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@semantic-release/github": "https://github.com/Greenroom-Robotics/semantic-release-github#master",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-conventionalcommits": "^5.0.0",
"semantic-release": "https://github.com/Greenroom-Robotics/semantic-release.git#bf71297688a238d8f363f3cbffe126baf9b10f57",
"@qiwi/multi-semantic-release": "^6.5.1",
"semantic-release": "https://github.com/Greenroom-Robotics/semantic-release.git#v19.0.5-patched-testing",
"@qiwi/multi-semantic-release": "https://github.com/Greenroom-Robotics/multi-semantic-release.git#v6.5.1-patched",
"@semantic-release/exec": "^6.0.3"
},
"resolutions": {
"semantic-release": "https://github.com/Greenroom-Robotics/semantic-release.git#bf71297688a238d8f363f3cbffe126baf9b10f57",
"semantic-release": "https://github.com/Greenroom-Robotics/semantic-release.git#v19.0.5-patched-testing",
"@semantic-release/github": "https://github.com/Greenroom-Robotics/semantic-release-github#master"
}
}
Loading

0 comments on commit 3beb889

Please sign in to comment.