Skip to content

Commit

Permalink
Update CHANGELOG.md format
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Jan 16, 2022
1 parent 3da499d commit 8619894
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
console.log(updateLists);
// Inserts a new line for this update to the update list specified by a label.
const newLine = `- ${issue.title} ([#${issue.number}](${pull.html_url}), by [@${user.login}](${user.html_url}))`;
const newLine = `- [#${issue.number}](${pull.html_url}) ${issue.title} ([@${user.login}](${user.html_url}))`;
let hasUpdate = false;
for (const label of issue.labels) {
console.log(label);
Expand Down
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

Changes:

- Rename `hybrid` to `auto` ([#283](https://github.com/MakeNowJust-Labo/recheck/pull/283), by [@MakeNowJust](https://github.com/MakeNowJust))
- [#283](https://github.com/MakeNowJust-Labo/recheck/pull/283) Rename `hybrid` to `auto` ([@MakeNowJust](https://github.com/MakeNowJust))

Fixes:

- Add missing field `AttackPattern#pattern` in TypeScript definition ([#284](https://github.com/MakeNowJust-Labo/recheck/pull/284), by [@MakeNowJust](https://github.com/MakeNowJust))
- [#284](https://github.com/MakeNowJust-Labo/recheck/pull/284) Add missing field `AttackPattern#pattern` in TypeScript definition ([@MakeNowJust](https://github.com/MakeNowJust))

Misc:

- Update `CHANGELOG.md` automatically by GitHub Actions ([#279](https://github.com/MakeNowJust-Labo/recheck/pull/279), by [@MakeNowJust](https://github.com/MakeNowJust))
- Handle SBT deps by renovate correctly ([#280](https://github.com/MakeNowJust-Labo/recheck/pull/280), by [@MakeNowJust](https://github.com/MakeNowJust))
- Update scala-library, scala-reflect to 2.13.8 ([#281](https://github.com/MakeNowJust-Labo/recheck/pull/281), by [@MakeNowJust](https://github.com/MakeNowJust))
- Add note section to ESLint plugin document ([#282](https://github.com/MakeNowJust-Labo/recheck/pull/282), by [@MakeNowJust](https://github.com/MakeNowJust))
- [#279](https://github.com/MakeNowJust-Labo/recheck/pull/279) Update `CHANGELOG.md` automatically by GitHub Actions ([@MakeNowJust](https://github.com/MakeNowJust))
- [#280](https://github.com/MakeNowJust-Labo/recheck/pull/280) Handle SBT deps by renovate correctly ([@MakeNowJust](https://github.com/MakeNowJust))
- [#281](https://github.com/MakeNowJust-Labo/recheck/pull/281) Update scala-library, scala-reflect to 2.13.8 ([@MakeNowJust](https://github.com/MakeNowJust))
- [#282](https://github.com/MakeNowJust-Labo/recheck/pull/282) Add note section to ESLint plugin document ([@MakeNowJust](https://github.com/MakeNowJust))

# 4.2.2 (2022-01-14)

Expand Down

0 comments on commit 8619894

Please sign in to comment.