Skip to content

Commit

Permalink
BUMP: version 3.2.10 → 3.3.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Sep 16, 2024
1 parent 369e2d0 commit 26aa599
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.3.0a0 (2024-09-16)

### Features

- Add monorepo support ([369e2d0](https://github.com/kpn/cz-kpn/commit/369e2d004cb07a0aec0aa17de33086cf53e2b002))

## 3.2.10 (2024-09-12)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion CONTIRBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ poetry install
### Running docker locally

```bash
docker run --rm -v $(pwd):/app -w /app --name cz-kpn kpnnl/cz-kpn:3.2.10 'cz ls'
docker run --rm -v $(pwd):/app -w /app --name cz-kpn kpnnl/cz-kpn:3.3.0a0 'cz ls'
```

### Testing
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cz c
```sh
cmd="cz -n cz_kpn commit"
docker run --rm -it -v $(pwd):/app kpnnl/cz-kpn:3.2.10 $cmd
docker run --rm -it -v $(pwd):/app kpnnl/cz-kpn:3.3.0a0 $cmd
```
## Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cz-kpn"
version = "3.2.10"
version = "3.3.0a0"
description = "commitizen with kpn style"
authors = ["Santiago Fraire Willemoes <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -ex
# scope: local development

docker build -t kpnnl/cz-kpn:3.2.10 .
docker build -t kpnnl/cz-kpn:3.3.0a0 .

0 comments on commit 26aa599

Please sign in to comment.