We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9dec6 commit 8e2b6b7Copy full SHA for 8e2b6b7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.1.1](https://github.com/gladiuscode/github-actions-playground/compare/0.1.0...0.1.1) (2025-01-26)
4
+
5
6
+### Bug Fixes
7
8
+* release-it workflows names ([#6](https://github.com/gladiuscode/github-actions-playground/issues/6)) ([8d9dec6](https://github.com/gladiuscode/github-actions-playground/commit/8d9dec64f989a339c83a9f5669b952d78b10ddef))
9
10
# 0.1.0 (2025-01-26)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "github-actions-playground",
"description": "Playground to learn and save all github-actions template I use on my open source projects.",
- "version": "0.1.0",
+ "version": "0.1.1",
"packageManager": "yarn@4.6.0",
"scripts": {
"release": "release-it",
0 commit comments