You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releng.md
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Patch releases happen in a branch called release/x.y, where x.y is the major and
18
18
- meson.build: there's a version number when declaring the project info.
19
19
1. Update the NEWS.md file with the release notes for this version.
20
20
1. Reformat the release notes for this version and add them to the releases section of data/cartero.appdata.xml.in.in.
21
+
1. Copy the changelog lines that you added to data/cartero.appdata.xml.in.in to the AboutDialog in win.rs.
21
22
1. Create a release commit, but don't tag it, sign it or push it yet. (If there is an error, it will be easier to correct without force pushing anything or causing double notifications.)
22
23
23
24
## Collecting artifact files
@@ -82,15 +83,15 @@ Also, don't use WSL. That would create another GNU/Linux version.
82
83
1. Check that `build/cartero-win32/bin/cartero.exe` opens and works.
@@ -196,7 +192,7 @@ To build the application, the following steps should be done:
196
192
197
193
1. Make sure the PATH is reset so that existing Homebrew or MacPorts installations are ignored. For example, `export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin`.
198
194
1. Load the expected Homebrew distribution: `eval "$(homebrew-$(arch)/bin/brew shellenv)"`.
199
-
1. Export a variable called `CODESIGN_IDENTITY` with the key ID you get when running `find-identity -p codesigning -v`.
195
+
1. Export a variable called `CODESIGN_IDENTITY` with the key ID you get when running `security find-identity -p codesigning -v`.
200
196
1. Export a variable called `NOTARY_PROFILE` with the notarization profile. If you don't have one, you can create it the following way:
201
197
- Issue an application password on your developer account at <https://account.apple.com/account/manage>.
202
198
- Check the profile for the developer account at <https://developer.apple.com> to get the team ID.
0 commit comments