Skip to content
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(doc): fix typo in releaseNameTemplate and releaseBodyTemplate defaults #883

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

jaychoww
Copy link
Contributor

According to the code:

releaseBodyTemplate: !isNil(releaseBodyTemplate)
? releaseBodyTemplate
: "<%= nextRelease.notes %>",
releaseNameTemplate: !isNil(releaseNameTemplate)
? releaseNameTemplate
: "<%= nextRelease.name %>",

The default value of releaseNameTemplate and releaseNameTemplate should be these

@babblebey babblebey requested a review from a team July 24, 2024 16:30
@babblebey babblebey changed the title chore: TYPO doc: fix typo in releaseNameTemplate and releaseBodyTemplate defaults Jul 30, 2024
Copy link
Member

@babblebey babblebey left a comment

Choose a reason for hiding this comment

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

Thanks @jaychoww 🤗

@babblebey babblebey changed the title doc: fix typo in releaseNameTemplate and releaseBodyTemplate defaults chore(doc): fix typo in releaseNameTemplate and releaseBodyTemplate defaults Jul 30, 2024
@babblebey babblebey merged commit 55cd34f into semantic-release:master Jul 31, 2024
6 checks passed
Copy link

github-actions bot commented Aug 9, 2024

🎉 This issue has been resolved in version 10.1.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants