Skip to content

Commit 58eebd4

Browse files
authored
Merge pull request #783 from krassowski/realease-md-fix
Correct a detail about actions in the releasing docs
2 parents 724d560 + d8c8654 commit 58eebd4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ git push origin main
2424
push --delete origin <version-tag>
2525
```
2626

27-
Then when triggering the _Step 1: Prep Release_ and _Step 2: Publish Release_ actions, you will
28-
need to set the _New Version Spec_ to the current date `<YEAR>.<MONTH>.<DAY>`.
27+
Then when triggering the _Step 1: Prep Release_ action, you will need to set
28+
the _New Version Spec_ to the current date `<YEAR>.<MONTH>.<DAY>`.
29+
Do not include leading zeros (for example, February 1, 2029 should be `2029.2.1`).
2930

3031
## Manual Release
3132

0 commit comments

Comments
 (0)