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

Improve release process #63

Merged
merged 12 commits into from
Oct 18, 2023
Merged

Improve release process #63

merged 12 commits into from
Oct 18, 2023

Conversation

bkchr
Copy link
Contributor

@bkchr bkchr commented Oct 17, 2023

This pull request introduces the changelog-processor.py. A small script for getting some information out of the CHANGELOG.md file for improving the release process. The script supports to get the latest version in the CHANGELOG.md file, aka the version top of the file. (This could also be Unreleased) The other command is for printing if there should be done a release or not. This is decided based on the latest version and if there exists a tag for it.

Closes: #40

This pull request introduces the `changelog-processor.py`. A small
script for getting some information out of the `CHANGELOG.md` file for
improving the release process. The script supports to get the latest
version in the `CHANGELOG.md` file, aka the version top of the
file. (This could also be `Unreleased`) The other command is for
printing if there should be done a release or not. This is decided based
on the latest version and if there exists a tag for it.
@bkchr bkchr mentioned this pull request Oct 17, 2023
ggwpez
ggwpez previously approved these changes Oct 17, 2023
.github/changelog-processor.py Outdated Show resolved Hide resolved
.github/changelog-processor.py Outdated Show resolved Hide resolved
.github/changelog-processor.py Show resolved Hide resolved
Copy link
Contributor

@ordian ordian left a comment

Choose a reason for hiding this comment

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

looks good modulo unresolved comments

.github/changelog-processor.py Outdated Show resolved Hide resolved
.github/changelog-processor.py Outdated Show resolved Hide resolved
.github/changelog-processor.py Outdated Show resolved Hide resolved
.github/changelog-processor.py Outdated Show resolved Hide resolved
.github/changelog-processor.py Outdated Show resolved Hide resolved
@bkchr
Copy link
Contributor Author

bkchr commented Oct 18, 2023

/merge

@github-actions
Copy link

There was a problem running the action.

❌😵❌

Please find more information in the logs.

@ggwpez
Copy link
Member

ggwpez commented Oct 18, 2023

/merge

@github-actions
Copy link

There was a problem running the action.

❌😵❌

Please find more information in the logs.

@ordian
Copy link
Contributor

ordian commented Oct 18, 2023

/merge

@github-actions
Copy link

There was a problem running the action.

❌😵❌

Please find more information in the logs.

@bkchr bkchr merged commit 1dc04eb into main Oct 18, 2023
6 checks passed
@bkchr bkchr deleted the bkchr-changelog-improvements branch October 18, 2023 21:37
mustermeiszer pushed a commit to centrifuge/runtimes that referenced this pull request Dec 6, 2023
* Improve release process

This pull request introduces the `changelog-processor.py`. A small
script for getting some information out of the `CHANGELOG.md` file for
improving the release process. The script supports to get the latest
version in the `CHANGELOG.md` file, aka the version top of the
file. (This could also be `Unreleased`) The other command is for
printing if there should be done a release or not. This is decided based
on the latest version and if there exists a tag for it.

* Use correct syntax

* Single quotes..

* Integer?

* 🤦

* This?

* AHH

* Some last improvements

* Update .github/changelog-processor.py

Co-authored-by: Oliver Tale-Yazdi <[email protected]>

* Apply suggestions from code review

* Make the arguments mutally exclusive

---------

Co-authored-by: Oliver Tale-Yazdi <[email protected]>
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.

Improve release process
6 participants