-
Notifications
You must be signed in to change notification settings - Fork 298
Release Checklist
Daniel Di Sarli edited this page Oct 12, 2019
·
3 revisions
The following need to be done when releasing a new version:
-
Source: Update the
POINTVERSION
macro in notepadqq.h. - AppStream: Add/Update the release tag in AppData.xml (Example)
- Manpage: Update version and date info in notepadqq.1.
- Snapcraft: Update version info in snapcraft.yaml.
- Git: Create new tag to denote version.
- Github: Draft a new release on the releases page.
Optional, but should really be done:
- Test on our most common configurations to make sure we don't have any big distro-specific issues (such as Qt version compile-time incompatibilities).