Files
home-information/docs/dev/ReleaseProcesses.md
Tony C 71ac7b3890 Ensure service container restarts on reboot (#36)
* Added docker restart flag and updated docs.
* Capturing lingering release process doc updates from last release.
* Improved the GitHub pull request template.
2025-02-18 09:51:21 -06:00

854 B

Home Information Logo

Release Process

  • Change to staging branch locally.
  • Get your local staging branch fuly in sync with remote/upstream.
  • Bump the version number in the file HI_VERSION as appropriate: major, minor or suffix.
  • Commit the version number change directly to the upstream staging branch with "Bump version number to vX.X.X".
  • Chnage to local master branch.
  • Get your master branch fully in sync with remote/upstream.
  • Merge from staging into master
  • Push master to remote/upstream.
  • Create GitHub release.
  • Add/create tag with next version number in the form vX.X.X.
  • Set Target = master
  • Use "Generate relewase notes" button anmd edit as needed.
  • Use "Set as the latest release" (usually)
  • "Publish Release" button.