Skip to content

Commit 73c74bc

Browse files
authored
Fix shared template inconsistencies (#271)
1 parent fae2df0 commit 73c74bc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ A clear description of what the bug is.
1414
A clear explanation of how to reproduce the bug.
1515

1616
**Environment information:**
17-
- Tagref version: [e.g. 0.0.0]
18-
- OS: [e.g. macOS Big Sur 11.4 (20F71)]
17+
- Tagref version: [e.g., 0.0.0]
18+
- OS: [e.g., macOS Tahoe 26.4]
1919

2020
**Additional context**
2121
Add any other context about the problem here.

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When setting up the repository on GitHub, configure the following settings:
2626
- `Install on macOS`
2727
- `Publish a release if applicable`
2828

29-
The GitHub workflow will fail initially because the jobs which test the installer script will not find any release to download. You'll need to bootstrap a release by temporarily removing those jobs or changing them to no-ops. Be aware that the `create-release` job is configured to only run on the `main` branch, so you may also need to temporarily change that depending on which branch you're working on.
29+
The GitHub workflow will fail initially because the jobs which test the installer script will not find any release to download. You'll need to bootstrap a release by temporarily removing those jobs or changing them to no-ops. Be aware that the `publish-release` job is configured to only run on the `main` branch, so you may also need to temporarily change that depending on which branch you're working on.
3030

3131
### Release instructions
3232

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22

3-
# This installer script supports Linux and macOS machines running on x86-64 only.
3+
# This installer script supports Linux and macOS machines running on AArch64 or x86-64.
44

55
# Usage examples:
66
# ./install.sh

0 commit comments

Comments
 (0)