Skip to content

Bump version v0.16.0-rc.1#773

Merged
elezar merged 3 commits intoNVIDIA:mainfrom
elezar:bump-version-v0.16.0-rc.1
Jun 18, 2024
Merged

Bump version v0.16.0-rc.1#773
elezar merged 3 commits intoNVIDIA:mainfrom
elezar:bump-version-v0.16.0-rc.1

Conversation

@elezar
Copy link
Copy Markdown
Member

@elezar elezar commented Jun 17, 2024

No description provided.

elezar added 2 commits June 17, 2024 17:01
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
@elezar elezar requested a review from cdesiniotis June 17, 2024 15:02
@elezar elezar self-assigned this Jun 17, 2024
Signed-off-by: Evan Lezar <elezar@nvidia.com>

# Iterate over the commit messages and ignore the ones that start with "Merge" or "Bump"
git log --pretty=format:"%s" $REFERENCE..@ | grep -Ev "(^Merge )|(^Bump)" | sed 's/^\(.*\)/- \1\\n/g'
git log --pretty=format:"%s" $REFERENCE..@ | grep -Ev "(^Merge )|(^Bump)" | sed 's/^\(.*\)/- \1/g'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is my first time seeing this. Nice!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

It does generate a very VERBOSE changelog, but it's probably better to add better checks and commit messages than to manually generate those anyway.

Comment on lines +157 to +160
if [[ $release == *-rc.* ]]; then
echo "Skipping README update"
exit 0
fi
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@ArangoGutierrez here are the changes to not update the readme on rc releases.

Copy link
Copy Markdown
Collaborator

@ArangoGutierrez ArangoGutierrez left a comment

Choose a reason for hiding this comment

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

:)


### Version v1.16.0-rc.1

- Skip container updates if only CDI is selected
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We definitely need to filter these a bit more strictly.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

is just a helper script, to filter them better we would need to be more strict with Commit naming so we can use regex filters, or have an LLM action as a helper for this

@elezar elezar changed the title Bump version v0.16.0 rc.1 Bump version v0.16.0-rc.1 Jun 17, 2024
@elezar elezar merged commit 6a10d70 into NVIDIA:main Jun 18, 2024
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

Successfully merging this pull request may close these issues.

3 participants