Skip to content

Commit 74e4e2c

Browse files
Allow tags too
1 parent 1b037f6 commit 74e4e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Query {
324324
- Repositories should name their default branch **main**.
325325
- If additional branches are needed:
326326
- Use a [production branch] or [environment branches] for web apps.
327-
- Use [release branches] for external software (e.g. npm packages).
327+
- Use [release branches] or tags for external software (e.g. npm packages).
328328
- **main** should be a protected branch, as well as any environment /
329329
production branch. We use these settings:
330330
- Status checks must pass before merging.

0 commit comments

Comments
 (0)