Skip to content

Commit 037856a

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.0.0 → 0.1.0
1 parent 566c457 commit 037856a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
This changelog is auto-generated by the Python-based
44
[Commitizen](https://commitizen-tools.github.io/commitizen).
55

6+
## 0.1.0 (2022-05-04)
7+
8+
### Feat
9+
10+
- **GitHub-Actions**: Create starter workflows

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool]
66
[tool.commitizen]
7-
version = "0.0.0"
7+
version = "0.1.0"
88
version_files = ["pyproject.toml:version"]
99

1010
[tool.poetry]
1111
name = "GitHub Starter Workflows"
12-
version = "0.0.0"
12+
version = "0.1.0"
1313
description = "GitHub Actions Starter Workflows and Default Community Health Files"
1414
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
1515
license = "MIT"

0 commit comments

Comments
 (0)