We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The packages that are using Build, release notes are overwritten with Compiled assets available in.... lately.
Compiled assets available in....
This is potentially due to https://github.com/svenstaro/upload-release-action/blob/master/src/main.ts#L77-L83
They have introduced the overwrite option but we have it fixed here https://github.com/inpsyde/reusable-workflows/blob/main/.github/workflows/build-assets-compilation.yml#L143
overwrite
Example repos:
Release notes to not be overwritten. Perhaps, a new config/input that we can say true or false for the overwrite value.
true
false
No response
The text was updated successfully, but these errors were encountered:
Perhaps, a new config/input that we can say true or false for the overwrite value.
I’d vote to remove the argument (it defaults to false) because I don’t see any reason why we’d want to overwrite custom release notes.
Sorry, something went wrong.
Thanks for your work @judy-inpsyde 💪🏻 Jep, I agree that it makes no sense to overwrite the current release.
Might be related to changes from https://github.com/svenstaro/upload-release-action/pull/106
Chrico
tyrann0us
Successfully merging a pull request may close this issue.
Description of the bug
The packages that are using Build, release notes are overwritten with
Compiled assets available in....
lately.This is potentially due to https://github.com/svenstaro/upload-release-action/blob/master/src/main.ts#L77-L83
They have introduced the
overwrite
option but we have it fixed here https://github.com/inpsyde/reusable-workflows/blob/main/.github/workflows/build-assets-compilation.yml#L143Example repos:
Reproduction instructions
Expected behavior
Release notes to not be overwritten. Perhaps, a new config/input that we can say
true
orfalse
for theoverwrite
value.Environment info
No response
Relevant log output
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: