File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,10 @@ See [`.github/workflows/build.yml`](.github/workflows/build.yml).
45
45
### Making a release
46
46
47
47
1 . Bump the version in [ ` lib/version.h ` ] ( lib/version.h ) , e.g. ` #define CRONEDIT_VERSION "0.1.1" `
48
- 2 . Add a git tag, e.g. ` git tag v0.1.1 `
49
- 3 . Push with tags ` git push --tags `
50
- 4 . GitHub action detects the new tag and creates a draft release with attached binaries. Review and publish it here:
48
+ 2 . Update [ ` CHANGELOG.md ` ] ( CHANGELOG.md )
49
+ 3 . Make a commit and ` git push `
50
+ 4 . Add a git tag, e.g. ` git tag v0.1.1 `
51
+ 5 . Push with tags ` git push --tags `
52
+ 6 . GitHub action detects the new tag and creates a draft release with attached binaries. Review and publish it here:
51
53
https://github.com/codeclown/cronedit/releases
52
- 5 . Update latest binary download URLs in README.md
54
+ 7 . Update latest binary download URLs in README.md
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ crontab -l > foobar.txt
32
32
For MacOS:
33
33
34
34
``` bash
35
- curl -L -o cronedit https://github.com/codeclown/cronedit/releases/download/v0.1 .0/cronedit-macos
35
+ curl -L -o cronedit https://github.com/codeclown/cronedit/releases/download/v0.2 .0/cronedit-macos
36
36
```
37
37
38
38
For Linux:
39
39
40
40
``` bash
41
- curl -L -o cronedit https://github.com/codeclown/cronedit/releases/download/v0.1 .0/cronedit-linux
41
+ curl -L -o cronedit https://github.com/codeclown/cronedit/releases/download/v0.2 .0/cronedit-linux
42
42
```
43
43
44
44
All pre-built binaries are available under [ Releases] ( https://github.com/codeclown/cronedit/releases ) .
@@ -47,7 +47,7 @@ All pre-built binaries are available under [Releases](https://github.com/codeclo
47
47
48
48
``` shell
49
49
$ cronedit --help
50
- cronedit v0.1 .0
50
+ cronedit v0.2 .0
51
51
52
52
Usage:
53
53
./bin/cronedit
You can’t perform that action at this time.
0 commit comments