fixing MacOs version and documenting process (#1987)

This commit is contained in:
borgmanJeremy
2021-10-18 08:43:34 -05:00
committed by GitHub
parent b05b028861
commit 1b40e62b5b
2 changed files with 3 additions and 2 deletions

View File

@@ -23,9 +23,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.8.5</string>
<string>0.10.1</string>
<key>CFBundleLongVersionString</key>
<string></string>
<string>0.10.1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>

View File

@@ -6,6 +6,7 @@ These are the code changes that need to take place
- [ ] Update version and changelog at packaging/debian/changelog
- [ ] Update version and changelog at packaging/rpm/flameshot.spec
- [ ] Update data/appdata/flameshot.metainfo.xml
- [ ] Update MacOs version in cmake/modules/MacOSXBundleInfo.plist.in
These are the steps for actually making the release
- [ ] Download all binaries from CI run started from PR related to code changes shown above