mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore: fix version updates commit text (#693)
This fixes the commit so it includes "version updates" in the text. As it is a single commit, the default squash behavior uses the commit instead of the PR title for the commit that shows up in the dev branch (which wouldn't trigger the next workflow).
This commit is contained in:
1
.github/workflows/pr-version-updates.yml
vendored
1
.github/workflows/pr-version-updates.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: release/version-updates
|
||||
title: Apply Version Updates From Current Changes
|
||||
commit-message: "apply version updates"
|
||||
labels: "version updates"
|
||||
body: |
|
||||
Merging this PR will update the versions on all packages with changes as specified in the `.changes` directory.
|
||||
|
||||
Reference in New Issue
Block a user