Thanks to visit codestin.com
Credit goes to github.com

Skip to content

minor fixes to release scripts #1561

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

Merged
merged 6 commits into from
Feb 11, 2021

Conversation

codeboten
Copy link
Contributor

Description

Minor updates to the release process script, don't bother creating an auto branch and updates only the single changelog.

Fixes #1540

@codeboten codeboten added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Feb 1, 2021
@codeboten codeboten requested review from a team, aabmass and lzchen and removed request for a team February 1, 2021 23:55
./scripts/eachdist.py release --version ${VERSION}
rc=$?
if [ $rc != 0 ]; then
echo "::set-output name=version_updated::0"
exit 0
fi

git add **/version.py **/setup.cfg **/CHANGELOG.md
git add .
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we keep this to be safe incase we modify eachdist.py without changing this?

@codeboten codeboten merged commit 06bbb8e into open-telemetry:main Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release process improvement
3 participants