Skip to content

Commit

Permalink
updated readme with changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shiouen committed Jan 17, 2024
1 parent 5a7b875 commit f8f223d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,14 @@ Increments the `patch` level.

## How to configure

`sbot` supports a configuration file. It looks for a `.semverbot.toml` file in the current working directory by default.
`sbot` supports a configuration file. It looks in the current working directory by default.

Supported default paths:
- `.semverbot.toml`
- `.sbot.toml`
- `.semverbot/config.toml`
- `.sbot/config.toml`

`.json` and `.yaml` formats are not officially supported, but might work. Using `.toml` is highly recommended.

### Defaults
Expand Down Expand Up @@ -286,7 +293,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
-

- name: set up path
run: |
mkdir bin
Expand All @@ -309,7 +316,7 @@ jobs:
echo "current version: ${current_version}"
echo "next version: ${release_version}"
... build / publish ...
# ... build / publish ...

- name: release version
run: |
Expand Down

0 comments on commit f8f223d

Please sign in to comment.