deno.land / x / create_grammy@v0.2.19 / Taskfile.yaml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: '3'
tasks: release: cmds: - jq '.version="{{.CLI_ARGS}}"' package.json > package.json.tmp - rm package.json - mv package.json.tmp package.json - task: cl-new vars: {VERSION: "{{.CLI_ARGS}}"} - git add package.json CHANGELOG.md - 'git commit -am "release: v{{.CLI_ARGS}}"' - git tag v{{.CLI_ARGS}} - git push - git push --tags
cl-new: cmds: - go run github.com/haunt98/changeloguru/cmd/changeloguru@latest g --version {{.VERSION}} --to {{.PREV_TAG}} vars: PREV_TAG: sh: git describe --abbrev=0 --tags --exclude="$(git describe --abbrev=0 --tags)" "$(git describe --abbrev=0 --tags)"
create_grammy

Version Info

Tagged at
5 months ago