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

Release steps #43

Open
scharlton2 opened this issue Apr 12, 2022 · 0 comments
Open

Release steps #43

scharlton2 opened this issue Apr 12, 2022 · 0 comments

Comments

@scharlton2
Copy link
Collaborator

Manual steps for 1.0.0-rc.1 -> 1.0.0-rc.2

  1. Update About dialog
    date: $((Get-Date -UFormat '%m/%d/%Y (compiled %b %d %Y %T)'))
    version: 1.0.0-rc.1 -> 1.0.0
    <- This is done by .\misc\set_versions.ps1 now (set $build to next build#)
    disclaimer: .\misc\about_disclaimer.ps1

  2. Update CMakeLists.txt
    VERSION 1.0.0
    <- This is done by .\misc\set_versions.ps1 now (set $build to next build#)

  3. Update DISCLAIMER.md

  4. Update README.md
    disclaimer: .\misc\about_disclaimer.ps1

  5. Update code.json
    "version": "1.0.0",
    "status": "Production",
    "downloadURL": "https://github.com/MODFLOW-USGS/modelviewer-mf6/releases/tag/1.0.0",
    "disclaimerURL": "https://github.com/MODFLOW-USGS/modelviewer-mf6/blob/1.0.0/DISCLAIMER.md",
    "metadataLastUpdated": "2022-04-12"

  6. Update About dialog and CMakeLists.txt
    .\misc\set_versions.ps1

  7. Set DIST_DIR in build.yml
    DIST_DIR: mvmf6-1.0.0 # automate this later

scharlton2 added a commit that referenced this issue Apr 12, 2022
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

No branches or pull requests

1 participant