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

Cannot set previous tag. Create release notes from [old latest till new latest] #465

Open
AlexanderArgyriou opened this issue Jun 19, 2024 · 2 comments

Comments

@AlexanderArgyriou
Copy link

AlexanderArgyriou commented Jun 19, 2024

how to just create release notes based on release.yml containing only the info from the last latest release till the new one and not including everything from branch ? in simple terms how to set previous tag when creating release notes ?

@AlexanderArgyriou AlexanderArgyriou changed the title Create release notes from [old latest till new latest] Cannot set previous tag. Create release notes from [old latest till new latest] Jun 19, 2024
@waeljammal
Copy link

waeljammal commented Jun 24, 2024

Having this issue as well, every time a tag is created it includes the release notes from every previous version, makes this action unusable.

@AlexanderArgyriou
Copy link
Author

@waeljammal there is a pr opened #372 but not merged yet. Also on the pr comemts there is a way to do that, while using another action to create proper release notes, and parse them as body on this action. Ill give it a try.

AjayJagan added a commit to AjayJagan/opendatahub-operator that referenced this issue Sep 26, 2024
 - The GH action softprops/action-gh-release@v2 currently doesnot support choosing a tag range for the change-log. ie we cannot set a previous tag.
   ref: softprops/action-gh-release#465
   This fix is aimed to work around it by using the GH api directly and creating the body of the release notes ourselves.
 - A minor fix which prevents gh action from doing a merge-commit.
AjayJagan added a commit to AjayJagan/opendatahub-operator that referenced this issue Sep 26, 2024
 - The GH action softprops/action-gh-release@v2 currently doesnot support choosing a tag range for the change-log. ie we cannot set a previous tag.
   ref: softprops/action-gh-release#465
   This fix is aimed to work around it by using the GH api directly and creating the body of the release notes ourselves.
 - A minor fix which prevents gh action from doing a merge-commit.
AjayJagan added a commit to AjayJagan/opendatahub-operator that referenced this issue Sep 26, 2024
 - The GH action softprops/action-gh-release@v2 currently doesnot support choosing a tag range for the change-log. ie we cannot set a previous tag.
   ref: softprops/action-gh-release#465
   This fix is aimed to work around it by using the GH api directly and creating the body of the release notes ourselves.
 - A minor fix which prevents gh action from doing a merge-commit.
AjayJagan added a commit to AjayJagan/opendatahub-operator that referenced this issue Sep 26, 2024
 - The GH action softprops/action-gh-release@v2 currently doesnot support choosing a tag range for the change-log. ie we cannot set a previous tag.
   ref: softprops/action-gh-release#465
   This fix is aimed to work around it by using the GH api directly and creating the body of the release notes ourselves.
 - A minor fix which prevents gh action from doing a merge-commit.
AjayJagan added a commit to AjayJagan/opendatahub-operator that referenced this issue Sep 26, 2024
 - The GH action softprops/action-gh-release@v2 currently doesnot support choosing a tag range for the change-log. ie we cannot set a previous tag.
   ref: softprops/action-gh-release#465
   This fix is aimed to work around it by using the GH api directly and creating the body of the release notes ourselves.
 - A minor fix which prevents gh action from doing a merge-commit.
AjayJagan added a commit to AjayJagan/opendatahub-operator that referenced this issue Sep 26, 2024
 - The GH action softprops/action-gh-release@v2 currently doesnot support choosing a tag range for the change-log. ie we cannot set a previous tag.
   ref: softprops/action-gh-release#465
   This fix is aimed to work around it by using the GH api directly and creating the body of the release notes ourselves.
 - A minor fix which prevents gh action from doing a merge-commit.
AjayJagan added a commit to AjayJagan/opendatahub-operator that referenced this issue Sep 26, 2024
 - The GH action softprops/action-gh-release@v2 currently doesnot support choosing a tag range for the change-log. ie we cannot set a previous tag.
   ref: softprops/action-gh-release#465
   This fix is aimed to work around it by using the GH api directly and creating the body of the release notes ourselves.
 - A minor fix which prevents gh action from doing a merge-commit.
openshift-merge-bot bot pushed a commit to opendatahub-io/opendatahub-operator that referenced this issue Sep 26, 2024
- The GH action softprops/action-gh-release@v2 currently doesnot support choosing a tag range for the change-log. ie we cannot set a previous tag.
   ref: softprops/action-gh-release#465
   This fix is aimed to work around it by using the GH api directly and creating the body of the release notes ourselves.
 - A minor fix which prevents gh action from doing a merge-commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants