Skip to content

Commit 94de5d4

Browse files
Release 0.1.1 (#58)
Co-authored-by: ybiquitous <473530+ybiquitous@users.noreply.github.com>
1 parent ba21af2 commit 94de5d4

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.1 - 2025-10-01
4+
5+
- Fixed: `call-release` workflow to leave tag creation to `stylelint/changelog-to-github-release-action`.
6+
37
## 0.1.0 - 2025-09-29
48

5-
First release.
9+
- First release.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Usage:
2323
```yaml
2424
jobs:
2525
lint:
26-
uses: stylelint/.github/.github/workflows/call-lint.yml@3ba9ed961fcf158d128b77ad87371c25f8784a45 # main
26+
uses: stylelint/.github/.github/workflows/call-lint.yml@d8a0a5b9734a79a67803d47b9aa93e31252a0459 # 0.1.0
2727
# Specify values different from the defaults.
2828
# with:
2929
# node-version: 18
3030
# os: macos-latest
3131

3232
test:
33-
uses: stylelint/.github/.github/workflows/call-test.yml@3ba9ed961fcf158d128b77ad87371c25f8784a45 # main
33+
uses: stylelint/.github/.github/workflows/call-test.yml@d8a0a5b9734a79a67803d47b9aa93e31252a0459 # 0.1.0
3434
# Specify values different from the defaults. Need to pass a JSON string.
3535
# with:
3636
# node-version: '["16", "18"]'
@@ -39,12 +39,12 @@ jobs:
3939
# test-options: '--foo --bar'
4040

4141
release-pr:
42-
uses: stylelint/.github/.github/workflows/call-release-pr.yml@3ba9ed961fcf158d128b77ad87371c25f8784a45 # main
42+
uses: stylelint/.github/.github/workflows/call-release-pr.yml@d8a0a5b9734a79a67803d47b9aa93e31252a0459 # 0.1.0
4343
with:
4444
new-version: ${{ github.event.inputs.new-version }}
4545

4646
release:
47-
uses: stylelint/.github/.github/workflows/call-release.yml@3ba9ed961fcf158d128b77ad87371c25f8784a45 # main
47+
uses: stylelint/.github/.github/workflows/call-release.yml@d8a0a5b9734a79a67803d47b9aa93e31252a0459 # 0.1.0
4848
# Specify values different from the defaults.
4949
# with:
5050
# publish: false

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stylelint/.github",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"format": "prettier --write .",

0 commit comments

Comments
 (0)