Skip to content

Commit

Permalink
v0.6.24
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy committed Dec 28, 2024
1 parent cea3cb5 commit acece0e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased (on main branch only)

## 2024-12-28 v0.6.24

- Add `task comment`
- Add `comment` as a menu option in `list process`

Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tod"
version = "0.6.23"
version = "0.6.24"
authors = ["Alan Vardy <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions PUBLISH_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Create `tod-bin` directory for pushing to AUR
./scripts/setup_aur.sh
```

## Experimental Publish Procedure
## Publish Procedure

1. Update `CHANGELOG.md` with version number
2. Update the version number in this file
3. Create PR with

```fish
VERSION=0.6.23 ./scripts/create_pr.sh
VERSION=0.6.24 ./scripts/create_pr.sh
```

4. Wait for it to pass, then merge and pull in latest changes
Expand All @@ -27,6 +27,6 @@ gh pr merge -r --admin && gs
5. Release it to all the places

```fish
VERSION=0.6.23 NAME=tod ./scripts/release.sh
VERSION=0.6.24 NAME=tod ./scripts/release.sh
```

0 comments on commit acece0e

Please sign in to comment.