Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:dtcenter/METplus into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Jun 22, 2022
2 parents 7a41400 + 1fd9313 commit 38957a3
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 24 deletions.
1 change: 0 additions & 1 deletion docs/Release_Guide/met_bugfix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Create a new vX.Y.Z bugfix release from the main_vX.Y branch.
.. include:: release_steps/merge_release_issue.rst
.. include:: release_steps/create_release_on_github.rst
.. include:: release_steps/create_release_extra.rst
.. include:: release_steps/met/attach_release_tarfile.rst
.. include:: release_steps/met/update_dtc_website.rst
.. include:: release_steps/met/confirm_zenodo.rst
.. include:: release_steps/finalize_release_on_github_bugfix.rst
1 change: 0 additions & 1 deletion docs/Release_Guide/met_development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ Create a new vX.Y.Z-betaN or vX.Y.Z-rcN development release from the develop bra
.. include:: release_steps/merge_release_issue.rst
.. include:: release_steps/create_release_on_github.rst
.. include:: release_steps/create_release_extra.rst
.. include:: release_steps/met/attach_release_tarfile.rst
.. include:: release_steps/met/update_dtc_website.rst
.. include:: release_steps/finalize_release_on_github_development.rst
1 change: 0 additions & 1 deletion docs/Release_Guide/met_official.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Create a new vX.Y.Z official release from the develop branch.
.. include:: release_steps/create_release_branch.rst
.. include:: release_steps/create_release_on_github.rst
.. include:: release_steps/create_release_extra.rst
.. include:: release_steps/met/attach_release_tarfile.rst
.. include:: release_steps/met/update_dtc_website.rst
.. include:: release_steps/finalize_release_on_github_official.rst
.. include:: release_steps/update_docs_official.rst
Expand Down
11 changes: 0 additions & 11 deletions docs/Release_Guide/release_steps/met/attach_release_tarfile.rst

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Update Version Number

* Update the version in the code and documentation:

* Update the *met_version* variable in *met/src/basic/vx_util/util_constants.h* which defines the version number written to the MET output files.
* Update the *met_version* variable in *src/basic/vx_util/util_constants.h* which defines the version number written to the MET output files.

* In *met/docs/conf.py*, update the *version*, *release_year*, and *release_date* variables for the documentation.
* In *docs/conf.py*, update the *version*, *release_year*, and *release_date* variables for the documentation.

* DO NOT update the version number listed in the MET configuration files, add a new table file, or add a new test header file.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Update Version Number

* If the official release version has already been updated (e.g. beta2 and beyond), do the following:

* In *met/docs/conf.py*, update the *version*, *release_year*, and *release_date* variables for the documentation.
* In *docs/conf.py*, update the *version*, *release_year*, and *release_date* variables for the documentation.
14 changes: 7 additions & 7 deletions docs/Release_Guide/release_steps/met/update_version_official.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ Update Version Number

* Update the version in the code and documentation:

* If necessary, update the *met_version* variable in *met/src/basic/vx_util/util_constants.h* which defines the version number written to the MET output files.
* If necessary, update the *met_version* variable in *src/basic/vx_util/util_constants.h* which defines the version number written to the MET output files.

* In *met/docs/conf.py*, update the *version*, *release_year*, and *release_date* variables for the documentation.
* In *docs/conf.py*, update the *version*, *release_year*, and *release_date* variables for the documentation.

* If necessary, update the version number listed in the MET configuration files:

* Default configuration files in *met/data/config*.
* Default configuration files in *data/config*.

* Sample configuration files in *met/scripts/config*.
* Sample configuration files in *scripts/config*.

* Test configuration files, searching recursively, in *test/config*.
* Test configuration files, searching recursively, in *internal/test_unit/config*.

* If necessary, add a new *met/data/table_files/met_header_columns_VX.Y.txt* defining the columns names for this version.
* If necessary, add a new *data/table_files/met_header_columns_VX.Y.txt* defining the columns names for this version.

* If necessary, add a new *test/hdr/met_X_Y.hdr* file defining the column names for this version for the test scripts.
* If necessary, add a new *internal/test_unit/hdr/met_X_Y.hdr* file defining the column names for this version for the test scripts.

0 comments on commit 38957a3

Please sign in to comment.