Skip to content

Commit

Permalink
Release 0.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 1, 2025
1 parent e8d6a59 commit 6dd28d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Docker image wrappers for [release-it](https://github.com/release-it/release-it)
The base image includes the release-it tool only. To use the image:

```
docker run -it ghcr.io/rcwbr/release-it-docker:0.6.20
docker run -it ghcr.io/rcwbr/release-it-docker:0.6.21
```

The container entrypoint is the `release-it` CLI executable.
Expand All @@ -19,15 +19,15 @@ The container entrypoint is the `release-it` CLI executable.
The conventional-changelog image includes the [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) [release-it plugin](https://github.com/release-it/conventional-changelog). To use the image:

```
docker run -it ghcr.io/rcwbr/release-it-docker-conventional-changelog:0.6.20
docker run -it ghcr.io/rcwbr/release-it-docker-conventional-changelog:0.6.21
```

### File bumper image usage

The file-bumper image includes the [bumper release-it plugin](https://github.com/release-it/bumper). To use the image:

```
docker run -it ghcr.io/rcwbr/release-it-docker-file-bumper:0.6.20
docker run -it ghcr.io/rcwbr/release-it-docker-file-bumper:0.6.21
```

If using the [default configuration](#default-configurations), it is configured to bump versions in a plaintext `VERSION` file in the repository root, as well as any references to the version in the `README.md` file. By default, it will replace the entire contents of the file with the version number.
Expand All @@ -43,7 +43,7 @@ To support avoiding the above-mentioned behavior including a commit to the defau
To use this configuration option, specify the config file path as `/.tag-only-release-it.json`. For example:

```bash
docker run -it ghcr.io/rcwbr/release-it-docker-file-bumper:0.6.20 --config /.tag-only-release-it.json
docker run -it ghcr.io/rcwbr/release-it-docker-file-bumper:0.6.21 --config /.tag-only-release-it.json
```

Or using the [release-it-gh-workflow](https://github.com/rcwbr/release-it-gh-workflow/tree/main):
Expand All @@ -61,7 +61,7 @@ jobs:
Both the base and conventional-changelog images provide a default [release-it configuration](https://github.com/release-it/release-it/blob/main/docs/configuration.md), located at `/.release-it.json`. To use this config, provide an arg to release-it:

```bash
docker run -it ghcr.io/rcwbr/release-it-docker:0.6.20 --config /.release-it.json
docker run -it ghcr.io/rcwbr/release-it-docker:0.6.21 --config /.release-it.json
```

### GitHub workflow usage
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.20
0.6.21

0 comments on commit 6dd28d6

Please sign in to comment.