Skip to content

Commit cf01411

Browse files
committed
Update README.md and DEVELOPMENT.md
1 parent a9f10db commit cf01411

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

DEVELOPMENT.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ See [`.github/workflows/build.yml`](.github/workflows/build.yml).
4545
### Making a release
4646

4747
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:
5153
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

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ crontab -l > foobar.txt
3232
For MacOS:
3333

3434
```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
3636
```
3737

3838
For Linux:
3939

4040
```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
4242
```
4343

4444
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
4747

4848
```shell
4949
$ cronedit --help
50-
cronedit v0.1.0
50+
cronedit v0.2.0
5151

5252
Usage:
5353
./bin/cronedit

0 commit comments

Comments
 (0)