Skip to content

Commit ec4bf36

Browse files
DCodeBotdector
andcommitted
chore: add release tag tasks
Co-authored-by: D <code@dector.space>
1 parent 70c9dba commit ec4bf36

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Taskfile.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ tasks:
1010
cmds:
1111
- amber run tools/mark-release
1212

13+
fetch:snapshot:
14+
cmds:
15+
- git fetch --force origin refs/tags/snapshot:refs/tags/snapshot
16+
17+
release:push:
18+
cmds:
19+
- git push origin 'refs/tags/v*:refs/tags/v*'
20+
1321
ci:test:
1422
cmds:
1523
- go test ./...

0 commit comments

Comments
 (0)