Skip to content

Adding an update_version option to tag_and_release #2442

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 2 commits into from
Sep 29, 2022

Conversation

yadudoc
Copy link
Member

@yadudoc yadudoc commented Sep 29, 2022

Description

This PR adds a new option to tag_and_release.sh script to help with weekly releases.
The steps to doing the weekly release would go like this:

  1. Run tests and confirm all green
  2. Run the github action here -> https://github.com/Parsl/parsl/pull/2441
    • This action will run version_update on master bumping the version to "YYYY.MM.DD"
    • The action will do python -m build instead of our current setup.py calls
    • Action will deploy now to testpypi, and later to pypi.

Type of change

Choose which options apply, and delete the ones which do not apply.

  • New feature (non-breaking change that adds functionality)

@yadudoc yadudoc requested a review from benclifford September 29, 2022 15:51
@benclifford benclifford merged commit c6aa40f into master Sep 29, 2022
@benclifford benclifford deleted the release_automation branch September 29, 2022 15:53
WardLT pushed a commit to exalearn/parsl that referenced this pull request Sep 29, 2022
This PR adds a new option to tag_and_release.sh script to help with weekly releases.
The steps to doing the weekly release would go like this:

Run tests and confirm all green
Run the github action here -> Parsl#2441
This action will run version_update on master bumping the version to "YYYY.MM.DD"
The action will do python -m build instead of our current setup.py calls
Action will deploy now to testpypi, and later to pypi.
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.

2 participants