Skip to content

Add tag-separator configuration to ensure Release Please creates tags without prefixes#65

Merged
lgallard merged 2 commits intomasterfrom
copilot/fix-a5be51d6-2861-48ed-9851-436f182ab401
Jun 8, 2025
Merged

Add tag-separator configuration to ensure Release Please creates tags without prefixes#65
lgallard merged 2 commits intomasterfrom
copilot/fix-a5be51d6-2861-48ed-9851-436f182ab401

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 8, 2025

This PR updates the .release-please-config.json file to ensure that Release Please creates tags in the format "1.2.3" instead of "v1.2.3" or with any other prefix or separator.

Changes Made

  • Added "tag-separator": "" property to the Release Please configuration for the "." package
  • This complements the existing "include-v-in-tag": false setting to completely remove any tag prefixes or separators

Configuration Result

The updated configuration now looks like:

{
  "packages": {
    ".": {
      "release-type": "terraform-module",
      "changelog-path": "CHANGELOG.md",
      "include-v-in-tag": false,
      "tag-separator": ""
    }
  }
}

Impact

With this change, Release Please will create tags in the clean format:

  • 1.2.3 (new behavior)
  • v1.2.3 (old behavior with v-prefix)
  • terraform-module-1.2.3 (with separator)

This ensures consistent, clean version tags for the Terraform module without any unnecessary prefixes or separators.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: lgallard <6194359+lgallard@users.noreply.github.com>
Copilot AI changed the title [WIP] Set tag-separator to empty string in .release-please-config.json to remove prefix from tags Add tag-separator configuration to ensure Release Please creates tags without prefixes Jun 8, 2025
Copilot AI requested a review from lgallard June 8, 2025 19:43
@lgallard
Copy link
Copy Markdown
Owner

lgallard commented Jun 8, 2025

bugbot run

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ BugBot reviewed your changes and found no bugs!


BugBot free trial expires on June 9, 2025
You have used $0.00 of your $50.00 spend limit so far. Manage your spend limit in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

@lgallard lgallard marked this pull request as ready for review June 8, 2025 19:45
@lgallard lgallard merged commit c37f85e into master Jun 8, 2025
@lgallard lgallard deleted the copilot/fix-a5be51d6-2861-48ed-9851-436f182ab401 branch June 8, 2025 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants