Skip to content

Commit b6fe0c2

Browse files
authored
fix(publish): git tags for private packages (#152)
* fix(publish): git tags for private packages * tag packages immediately after publish * prevent spurious tags without release * add an integration test * tag private packages in mixed workspaces * format * format
1 parent d2541a9 commit b6fe0c2

5 files changed

Lines changed: 863 additions & 25 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
cargo/sampo: patch
3+
cargo/sampo-core: patch
4+
cargo/sampo-github-action: patch
5+
---
6+
7+
Private packages now receive git version tags during `sampo publish`, ensuring the GitHub Action's published output correctly triggers subsequent workflow steps, even for projects that don't publish to package registries.

0 commit comments

Comments
 (0)