Skip to content

fix: update release-info.json to remove template typo for version#631

Merged
pixelflips merged 1 commit intomainfrom
fix/slack-release-typo
Jan 13, 2026
Merged

fix: update release-info.json to remove template typo for version#631
pixelflips merged 1 commit intomainfrom
fix/slack-release-typo

Conversation

@pixelflips
Copy link
Member

@pixelflips pixelflips commented Jan 13, 2026

Description

Fixes a typo in the Slack release notification that was causing the version to display with a double "v" prefix (e.g., "Pine Release vv3.13.0" instead of "Pine Release v3.13.0").

The issue occurred because:

  1. The VERSION environment variable is set from git describe --tags --abbrev=0, which returns the full tag name including the v prefix (e.g., v3.13.0)
  2. The Slack payload template was adding an additional v before the ${{ env.VERSION }} variable

This PR removes the redundant v from the Slack payload template.

Fixes DSS-69

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • tested manually

Verified by reviewing the template logic and confirming that git describe --tags --abbrev=0 returns tags with the v prefix included.

Test Configuration:

  • Pine versions: N/A (CI/CD change only)
  • OS: N/A
  • Browsers: N/A
  • Screen readers: N/A
  • Misc: GitHub Actions workflow

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code

@netlify
Copy link

netlify bot commented Jan 13, 2026

Deploy Preview for pine-design-system ready!

Name Link
🔨 Latest commit 456c98a
🔍 Latest deploy log https://app.netlify.com/projects/pine-design-system/deploys/69658f4ab6d2720008d7b436
😎 Deploy Preview https://deploy-preview-631--pine-design-system.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@pixelflips pixelflips self-assigned this Jan 13, 2026
@pixelflips pixelflips marked this pull request as ready for review January 13, 2026 00:18
@github-actions github-actions bot added the bug Something isn't working label Jan 13, 2026
@pixelflips pixelflips merged commit 322c9a8 into main Jan 13, 2026
15 checks passed
@pixelflips pixelflips deleted the fix/slack-release-typo branch January 13, 2026 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants