Skip to content

Commit 1b7f3b8

Browse files
committed
chore: update RELEASING
Signed-off-by: Justin Chadwell <[email protected]>
1 parent 27bae3a commit 1b7f3b8

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

RELEASING.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,24 @@ separate `v8` tag. Should automatically get `v8`, `v8.0`, `v8.0.0` as well as
2020

2121
- [ ] Create/push a new patch tag for fixes/changes to `dagger-for-github`
2222

23-
```console
24-
# Find the latest released patch https://github.com/dagger/dagger-for-github/releases
25-
# or via the `gh` CLI. Use that to figure out the NEXT_VERSION.
26-
gh release view --repo dagger/dagger-for-github --json tagName,publishedAt
23+
```console
24+
# Find the latest released patch https://github.com/dagger/dagger-for-github/releases
25+
# or via the `gh` CLI. Use that to figure out the NEXT_VERSION.
26+
gh release view --repo dagger/dagger-for-github --json tagName,publishedAt
2727

28-
NEXT_VERSION=vX.Y.Z # e.g. v1.2.3
28+
NEXT_VERSION=vX.Y.Z # e.g. v1.2.3
2929

30-
# Sign the tag, using the date as the comment, e.g. 2024-07-22
31-
git tag --sign -m $(date '+%Y-%m-%d') $NEXT_VERSION
32-
git push origin $NEXT_VERSION #shouldn't need to force since new tag
33-
```
30+
# Sign the tag, using the date as the comment, e.g. 2024-07-22
31+
git tag --sign -m $(date '+%Y-%m-%d') $NEXT_VERSION
32+
git push origin $NEXT_VERSION #shouldn't need to force since new tag
33+
```
3434

3535
- [ ] Create a new release from the patch tag (auto-fill release notes via the
3636
GitHub UI or via the `gh` CLI)
37-
- [ ] Submit PR to change the version mentioned in Dagger docs. See example [here](https://github.com/dagger/dagger/pull/9705/files)
3837

39-
```console
40-
# --verify-tag will ensure the last tag creation step was done
41-
gh release create --generate-notes --verify-tag <NEXT_PATCH_VERSION>
42-
```
38+
```console
39+
# --verify-tag will ensure the last tag creation step was done
40+
gh release create --generate-notes --verify-tag <NEXT_PATCH_VERSION>
41+
```
42+
43+
- [ ] Submit PR to change the version mentioned in Dagger docs. See example [here](https://github.com/dagger/dagger/pull/9705/files)

0 commit comments

Comments
 (0)