-
Notifications
You must be signed in to change notification settings - Fork 11
chore(ci-release): trigger a release #93
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
chore(ci-release): trigger a release #93
Conversation
| ``` | ||
|
|
||
| ### Modal with internationalization support | ||
| To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of`<FeedbackModal>`. This allows you to prepare a modal for different languages and requirements. |
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.
| To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of`<FeedbackModal>`. This allows you to prepare a modal for different languages and requirements. | |
| To customize the content displayed in the feedback modal, pass in a custom `i18n` object with values for each property of `<FeedbackModal>`. This allows you to prepare a modal for different languages and requirements. |
Just noticed there is a space missing here, so maybe this can be the whitespace change needed to trigger a release? Also I'm not sure if this repo uses semantic release messages, but if it does chore() will not initiate a release. fix() will issue a patch release (eg 1.2.3 -> 1.2.4) and feat() will issue a minor/feature release (eg 1.2.3 -> 1.3.0)
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.
It does use semantic release. Can you update the git commit to use fix: Other then @mcoker comment. lgtm. Thanks @parthivrh
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.
@mcoker @dlabaj this is one of the repos where I have some custom release rules in the semantic release config file so chore(ci-release) should issue a patch release.
This is semantic-release though so anything is possible.
mcoker
left a comment
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.
🚀
|
🎉 This PR is included in version 6.2.0-prerelease.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 6.2.0-prerelease.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The commit message for the recent changes did not pass our commit message linter, which prevented the automated release. This PR uses a whitespace-only change to rectify this and initiate the release.