Skip to content

Commit 37bceab

Browse files
committed
Fix release script
1 parent 431987e commit 37bceab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: Release
22

33
on:
44
push:
@@ -19,7 +19,7 @@ jobs:
1919
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
2020
with:
2121
tag_name: ${{ github.ref }}
22-
release_name: CodeIgniter Coding Standard ${{ github.ref }}
22+
release_name: ${{ github.ref }} Coding Standard
2323
draft: true
2424
prerelease: false
2525
body: |

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77
## [Unreleased](https://github.com/CodeIgniter/coding-standard/compare/v1.0.0...HEAD) - 20xx-xx-xx
88

99
- Bump to `friendsofphp/php-cs-fixer` v3.1.0
10+
- Fix release script
1011

1112
## [v1.0.0](https://github.com/CodeIgniter/coding-standard/releases/tag/v1.0.0) - 2021-08-29
1213

0 commit comments

Comments
 (0)