You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--body "Automated release of ${{ steps.version.outputs.version }}.
151
167
152
168
This PR was created by the Release Trigger workflow. The git tag \`${{ steps.version.outputs.tag }}\` has already been pushed and the release artifacts are being built.
153
169
154
-
Merge this PR to record the version bump and changelog update on \`main\`."
170
+
Merging this PR will set \`main\` to \`${{ steps.dev_version.outputs.dev_version }}\` so that development installs are clearly marked as pre-release."
155
171
156
172
- name: Summary
157
173
run: |
158
174
echo "✅ Version bumped to ${{ steps.version.outputs.version }}"
159
175
echo "✅ Tag ${{ steps.version.outputs.tag }} created and pushed"
176
+
echo "✅ Dev version set to ${{ steps.dev_version.outputs.dev_version }}"
160
177
echo "✅ PR opened to merge version bump into main"
161
178
echo "🚀 Release workflow is building artifacts from the tag"
0 commit comments