Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Update versioning configuration for prerelease tagging and namespace
  • Loading branch information
sarbagyastha committed Apr 22, 2025
commit b719e06565ecfb5b449d2f568b90814fadd14e4b
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
major_pattern: "(MAJOR)"
minor_pattern: "(MINOR)"
version_format: "${major}.${minor}.${patch}-rc${increment}"
user_format_type: "csv"
bump_each_commit: false
search_commit_body: true
namespace: "rc"

- name: Bump version and push tag
id: tag_version
Expand All @@ -59,5 +59,5 @@ jobs:
name: ${{ steps.versioning.outputs.version_tag }}
body: ${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false
prerelease: true
commit: ${{ steps.versioning.outputs.current_commit }}