feat: update output delimiter & include notes if present#12
Merged
felipecrs merged 5 commits intofelipecrs:masterfrom Oct 5, 2025
Merged
feat: update output delimiter & include notes if present#12felipecrs merged 5 commits intofelipecrs:masterfrom
notes if present#12felipecrs merged 5 commits intofelipecrs:masterfrom
Conversation
Owner
|
@carloscortonc thanks for the contribution. I made some changes in 2f3cc34. Mind taking a look? |
Owner
|
Release notes can be quite big. Logging it would be problematic. Besides, semantic-release already logs the release notes. Also, release notes are always set as per semantic-release's type: |
Contributor
Author
|
Looks fine @felipecrs 💯 |
Owner
|
Thanks a lot! |
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
carloscortonc
added a commit
to carloscortonc/rpi-cli
that referenced
this pull request
Jan 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @felipecrs , first of all thank you for this plugin. I was looking for a way to preview the release on open PRs, and your plugin helped me with that.
One thing it was missing was
nextRelease.notes, to easily preview and verify release notes. For that, I applied a patch to your npm module: https://github.com/carloscortonc/rpi-cli/blob/7adf997dade8ed5fe119a15165625002dec2c66b/patches/semantic-release-export-data%2B1.1.1.patchJust exporting
nextRelease.notesgenerated an error, because the content is multi-line (https://github.com/carloscortonc/rpi-cli/actions/runs/18257911158/job/51981820460#step:6:289)I reviewed how @actions/core::setOutput solved it, and is by using a custom delimiter.
Proposed changes
The proposed changes are:
nextRelease.notesin a new output variablenew-release-notesThese changes in action can be seen here by using this workflow