Skip to content

Commit

Permalink
fea!: bump cocogitto version
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Nov 30, 2021
1 parent 4c4915c commit 16757d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you are familiar with cocogitto this will run `cog check` and nothing else.
## Check commits since latest tag

In some case you might want to perform check only since the latest tagged version.
If your repository has not alway been conventional commit compliant, then you probably want to
If your repository has not always been conventional commits compliant, then you probably want to
use this option.

```yaml
Expand All @@ -53,7 +53,7 @@ Let us assume the following git history :
```

Using `check-latest-tag-only: true` here would make cocogitto check for the two commits made since
tag `0.1.0`, the action would fail on *HEAD* which contains the non conventional commit
tag `0.1.0`, the action would fail on *HEAD* which contains the non-conventional commit
type 'WIP'.

## Performing release
Expand All @@ -79,6 +79,10 @@ Note that you probably want to set the `git-user` and `git-user-email` options t
If you are not familiar with how cocogitto perform release, you might want to read the [auto bump](https://github.com/oknozor/cocogitto#auto-bump)
and [hook](https://github.com/oknozor/cocogitto#auto-bump) sections on cocogitto's documentation.

## Post step run

Once the step is finished cocogitto's binary will be available in your path.

## Reference

Here are all the inputs available through `with`:
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

CUR_DIR=$(pwd)
VERSION=3.0.0
VERSION=4.0.0
TAR="cocogitto-$VERSION-x86_64-unknown-linux-musl.tar.gz"
BIN_DIR="$HOME/.local/bin"

Expand Down

0 comments on commit 16757d3

Please sign in to comment.