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: docs/development/releases.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,15 @@ Release uploads are configured in [release.yml](/.github/workflows/release.yml).
8
8
9
9
See [softprops/action-gh-release](https://github.com/softprops/action-gh-release) on GH for more info.
10
10
11
-
> [!NOTE]
12
-
> The release must not be ticked ase pre-release or the URL will not work: https://github.com/MichaelCurrin/auto-commit-msg/releases/latest/download/acm-macos
11
+
> [!WARNING]
12
+
> The release must **not** be ticked as pre-release or this URL will not work: https://github.com/MichaelCurrin/auto-commit-msg/releases/latest/download/acm-macos
13
13
14
14
## Download
15
15
16
16
See [bin](/bin/) for scripts used for users to get the distributed binaries.
17
+
18
+
Test the install script locally without curl to install from a release:
0 commit comments