File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ Usage:
2323``` yaml
2424jobs :
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
Original file line number Diff line number Diff line change 11{
22 "name" : " @stylelint/.github" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "format" : " prettier --write ." ,
You can’t perform that action at this time.
0 commit comments