-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(build): fix .releaserc format #295
Conversation
Fixes: arf/planning-sdk-squad#4105 Signed-off-by: Phil Adams <[email protected]>
4adb007
to
aa24af8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍
Though I would use a "build" commit since we aren't actually releasing any changes to the package. (I know that leaves us on the edge of our seat until the next actual change rolls through 🙂 so up to you).
I thought about that, but decided on a fix commit to force a new patch level, because I want to get these changes "tested" so I can then go ahead and make similar changes in some of the other node projects (template, node sdk, etc.). |
🎉 This PR is included in version 5.1.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Fixes the format of the .releaserc file to comply with the semrel docs.