Skip to content

Commit 714fc57

Browse files
committed
chore: Automatic changelog
1 parent f403ede commit 714fc57

4 files changed

Lines changed: 27 additions & 22 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,9 @@ jobs:
4545
env:
4646
GH_TOKEN: ${{ github.token }}
4747
run: |
48+
jq -r '"Initial compatibility with Thunderbird " + .applications.gecko.strict_min_version + "–" + .applications.gecko.strict_max_version' src/manifest.json > CHANGELOG.md
49+
npx conventional-changelog -p angular -r 2 | tail -n +7 >> CHANGELOG.md
50+
51+
gh release edit $TAG_NAME --notes-file CHANGELOG.md
4852
gh release upload ${{ github.event.release.tag_name }} \
4953
web-ext-artifacts/*.zip

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "quickmove",
33
"description": "Quick Folder Move",
4-
"version": "3.1.0",
54
"private": true,
65
"author": "Philipp Kewisch <mozilla@kewis.ch>",
76
"license": "MPL-2.0",
@@ -23,8 +22,10 @@
2322
"@commitlint/cli": "^19.8.0",
2423
"@commitlint/config-conventional": "^19.8.0",
2524
"@stylistic/eslint-plugin": "^4.2.0",
26-
"eslint": "^9.22.0",
25+
"conventional-changelog": "^6.0.0",
26+
"conventional-changelog-angular": "^8.0.0",
2727
"conventional-changelog-cli": "^5.0.0",
28+
"eslint": "^9.22.0",
2829
"stylelint": "^16.15.0",
2930
"stylelint-prettier": "^5.0.3",
3031
"web-ext": "^8.4.0"

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
44
"description": "__MSG_extensionDescription__",
5-
"version": "3.1.0",
5+
"version": "3.1.1",
66
"default_locale": "en",
77
"author": "Philipp Kewisch",
88
"browser_specific_settings": {

0 commit comments

Comments
 (0)