You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ${{ steps.changelog.outputs.changelog }} value will include all the commits:
Create write support
One more thing
Add commit function
Update rakefile
It should just checkout the tag and include only the changes between the previous tag and the current tag. Or if this is the first tag of the repository, it should include everything up to just the commit the tag refers to.
The text was updated successfully, but these errors were encountered:
Recreate:
The release github action is triggered:
The
${{ steps.changelog.outputs.changelog }}
value will include all the commits:It should just checkout the tag and include only the changes between the previous tag and the current tag. Or if this is the first tag of the repository, it should include everything up to just the commit the tag refers to.
The text was updated successfully, but these errors were encountered: