Skip to content

Commit 6ac799e

Browse files
committed
Suggest to use annotated tags
1 parent 4624a85 commit 6ac799e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs_maintenance/making-releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ C:\Users\dlinke\MyProg_local\gh-nfdi4cat\voc4cat(main -> origin)
104104

105105
### Step 4: Create and Push Release Tag
106106

107-
Create a tag following the pattern `vYYYY-MM-DD` (e.g., `v2025-05-22`):
107+
Create an annotated tag following the pattern `vYYYY-MM-DD` (e.g., `v2025-05-22`):
108108

109109
```bat
110110
C:\Users\dlinke\MyProg_local\gh-nfdi4cat\voc4cat(main -> origin)
111-
λ git tag v2025-05-22
111+
λ git tag -a v2025-05-22 -m "Release v2025-05-22"
112112
```
113113

114114
Push the tag to GitHub:

0 commit comments

Comments
 (0)