Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 970 Bytes

release-checklist.md

File metadata and controls

47 lines (29 loc) · 970 Bytes

Release checklist

  • Update images in README.md

  • Update CHANGELOG.md Add section near top for high level changes Add sections at bottom for detailed change logging

  • Update version information:

    • Finestray.rc

      • APP_VERSION
      • APP_VERSION_STRING
      • APP_VERSION_STRING_SIMPLE
      • APP_DATE
    • CMakeLists.txt

      • VERSION
    • README.md

      • Installer file name
  • Commit above changes

  • Build everything

  • Test app and installer

  • Add git tag

    • git tag v[VERSION]
  • Push with tag, push branch git push origin main:main --tags

  • Update release notes:

  • Deploy winget package using wingetcreate

Legal

Copyright © 2020 Benbuck Nason

Finestray is distributed under the Apache License, Version 2.0, please see the license for more information.

Please see the privacy policy for information about privacy concerns.