Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fix-version-sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@googleworkspace/cli": patch
---

Fix release pipeline to sync Cargo.toml version with changesets and create git tags for private packages
4 changes: 4 additions & 0 deletions .github/workflows/release-changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
token: ${{ secrets.GOOGLEWORKSPACE_BOT_TOKEN }}

- name: Install Rust
uses: dtolnay/rust-toolchain@stable

- uses: pnpm/action-setup@v4

- name: Setup Node.js
Expand All @@ -54,6 +57,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm run version-sync
publish: pnpm run tag-release
commit: 'chore: release versions'
title: 'chore: release versions'
Expand Down
Loading
Loading