We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566c457 commit 037856aCopy full SHA for 037856a
CHANGELOG.md
@@ -3,3 +3,8 @@
3
This changelog is auto-generated by the Python-based
4
[Commitizen](https://commitizen-tools.github.io/commitizen).
5
6
+## 0.1.0 (2022-05-04)
7
+
8
+### Feat
9
10
+- **GitHub-Actions**: Create starter workflows
pyproject.toml
@@ -4,12 +4,12 @@ build-backend = "poetry.core.masonry.api"
[tool]
[tool.commitizen]
- version = "0.0.0"
+ version = "0.1.0"
version_files = ["pyproject.toml:version"]
[tool.poetry]
11
name = "GitHub Starter Workflows"
12
13
description = "GitHub Actions Starter Workflows and Default Community Health Files"
14
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
15
license = "MIT"
0 commit comments