Skip to content

Commit

Permalink
Release 0.0.23 Action
Browse files Browse the repository at this point in the history
  • Loading branch information
schmiddim committed Jun 18, 2024
1 parent 51e2e02 commit 9bd29a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export POMODORO_API_KEY=your_api_key export POMODORO_ENDPOINT=http://localhost:8

## Create a quick Release
```shell
TAG=0.0.22 ;git commit -am "Debug GH Action"; git tag $TAG; git push origin $TAG
TAG=0.0.23 ;echo $TAG> cmd/.version; git commit -am "Release $TAG Action"; git tag $TAG; git push origin $TAG
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion cmd/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.111
0.0.23

0 comments on commit 9bd29a3

Please sign in to comment.