Skip to content

Commit b0649c9

Browse files
committed
fix(conflict): merge branch
2 parents 092cb7f + 7b9bf6d commit b0649c9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.release-it.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ module.exports = {
122122
},
123123
github: {
124124
release: true,
125-
releaseName: "🚀 Release `${name}` v${version} (${date,YYYY-MM-DD})",
126125
},
127126
ci: true,
128127
};

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
* **release-it:** add shorthash fallback and adjust release name format ([af14a46](https://github.com/addon-stack/storage/commit/af14a46768cdf91c6938e141448250fa8db99bc7))
1414

1515

16+
* **release-it:** remove redundant `releaseName` field from config ([92bfca4](https://github.com/addon-stack/storage/commit/92bfca48d19c2dcbaa9b08c022f1e8b5d34b0a16))
17+
18+
- Deleted the `releaseName` field under the GitHub section as it is not used.
19+
- Simplifies the configuration for release management.
20+
1621
* **release-it:** update templates for consistent formatting and naming ([a8d5293](https://github.com/addon-stack/storage/commit/a8d52937443d61a92669d6908344a7f6996a50f2))
1722

1823

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"biome check --write --unsafe",
6565
"npm run test:related --"
6666
],
67-
"*.{json,md,mdx,css,scss,html}": [
67+
"*.{json,css,scss,html}": [
6868
"biome format --write"
6969
]
7070
},

0 commit comments

Comments
 (0)