Skip to content

Commit

Permalink
bump: version 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
commitizen-github-action[bot] committed Apr 20, 2022
1 parent e395b4e commit ad52d4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
This changelog is auto-generated by the Python-based
[commitizen](https://commitizen-tools.github.io/commitizen).

## 0.1.0 (2022-04-20)

### Feat

- **action**: Create docker-cache GitHub Action
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ performs Docker layer caching for built images but does not cache pulled images.

```yaml
- name: Cache Docker images.
uses: ScribeMD/docker-cache@0.0.0
uses: ScribeMD/docker-cache@0.1.0
with:
key: docker-${{ runner.os }}-${{ hashFiles(...) }}
```
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api"

[tool]
[tool.commitizen]
version = "0.0.0"
version = "0.1.0"
version_files = [
"pyproject.toml:version",
"README.md:docker-cache@"
]

[tool.poetry]
name = "pre-commit-action"
version = "0.0.0"
version = "0.1.0"
description = "Cache Docker Images Whether Built or Pulled"
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit ad52d4a

Please sign in to comment.