This document describes how to create a new release for KeeTrayTotp.
- Create a new branch from the latest version of master
- Bump the
AssemblyVersion
andAssemblyFileVersion
inKeeTrayTOTP\Properties\AssemblyInfo.cs
- Bump the version in
version_manifest.txt
. - Commit these two files, tag the commit as
vMajor.Minor.Build
(e.g.v1.0.0
), and push the commit with tags. - A github action
KeeTrayTOTP Tagged Release
will trigger based on the version tag.- Check that the action succeeds.
- Check that a release with the new version is created
- Create a PR for the commit created and merge it to master, so the version manifest becomes visible to the Keepass Update Checker.