Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added changes/2627.doc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few details here for future reference:

  • A changenote file should not be empty
  • This should have a .md extension
  • In this case, it's probably a misc, not a doc. Yes, it's changing documentation; but the purpose of changenote files is to be a first draft of the release notes. A relatively minor (however valuable) addition to docs isn't something that really needs to be in the release notes of the next version.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback and for the final tweaks! I've noted the point about using .misc for minor doc updates instead of .doc for future reference.

Empty file.
9 changes: 9 additions & 0 deletions docs/en/reference/commands/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,12 @@ Perform the bare minimum signing that will result in a app that can run on your
### `-i <identity>` / `--identity <identity>`

The [code signing identity][how-to] to use when signing the app.

* **On macOS:** A 40-character hex string (SHA-1 thumbprint), the full name of the certificate (e.g., `Developer ID Application: Jane Smith (ABC12345DE)`), or `-` for an ad-hoc signature.

* **On Windows:** The thumbprint or subject name of a certificate in the user's certificate store.

See the platform-specific guides for instructions on how to obtain a signing identity:

* [How to package a macOS app for distribution](../../how-to/code-signing/macOS.md)
* [How to package a Windows app for distribution](../../how-to/code-signing/windows.md)