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

Include a utility script to change GEOS-Chem Classic version numbers before release #46

Merged
merged 3 commits into from
Nov 28, 2023

Conversation

yantosca
Copy link
Contributor

@yantosca yantosca commented Nov 27, 2023

Name and Institution (Required)

Name: Bob Yantosca
Institution: Harvard + GCST

Confirm you have reviewed the following documentation

Describe the update

This PR adds a script that changes the GEOS-Chem Classic version numbers in the following files:

  • CMakeLists.txt
  • docs/source/conf.py
  • CHANGELOG.md
  • src/GEOS-Chem/CHANGELOG.md

This is a convenience script for use by the GCST before new versions are released.

Expected changes

This is a no-diff update.

Related Github Issue(s)

…elease

.release/changeVersionNumbers.sh
- Script that changes the GEOS-Chem Classic version numbers in:
  - CMakeLists.txt
  - docs/source/conf.py
  - CHANGELOG.md
  - src/GEOS-Chem/CHANGELOG.md

Signed-off-by: Bob Yantosca <[email protected]>
@yantosca yantosca added category: Feature Request New feature or request no-diff-to-benchmark This update will not change the results of fullchem benchmark simulations topic: Structural Modifications Structural modifications (as opposed to scientific updates) labels Nov 27, 2023
@yantosca yantosca requested a review from msulprizio November 27, 2023 16:19
@yantosca yantosca self-assigned this Nov 27, 2023
.release/changeVersionNumbers.sh
- Changed "HEMCO version number" -> "GCClassic version number"

Signed-off-by: Bob Yantosca <[email protected]>
Copy link
Contributor

@msulprizio msulprizio left a comment

Choose a reason for hiding this comment

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

This pull request looks good to merge.

Note that for the script to properly update CHANGELOG.md, that file will need to utilize [Unreleased] - TBD as the version header.

@msulprizio msulprizio added this to the 14.2.3 milestone Nov 28, 2023
@yantosca
Copy link
Contributor Author

This pull request looks good to merge.

Note that for the script to properly update CHANGELOG.md, that file will need to utilize [Unreleased] - TBD as the version header.

Actually the regexp will work as long as it finds Unreleased in brackets. So it should succesfully update:

[Unreleased]
[Unreleased X.Y.Z]
[Unreleased] - TBD
[Unreleased X.Y.Z] - TBD

@yantosca yantosca merged commit 4a698b2 into dev/no-diff-to-benchmark Nov 28, 2023
@yantosca yantosca deleted the feature/change-version-numbers branch November 28, 2023 22:43
yantosca added a commit that referenced this pull request Dec 1, 2023
This is the official release of GEOS-Chem Classic 14.2.3.  Updates include:

- GEOS-Chem (science codebase) 14.2.3
- HEMCO 3.7.2
- Add utility script to change version numbers before release (PR #46)

Signed-off-by: Bob Yantosca <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Feature Request New feature or request no-diff-to-benchmark This update will not change the results of fullchem benchmark simulations topic: Structural Modifications Structural modifications (as opposed to scientific updates)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants