diff --git a/CHANGELOG.md b/CHANGELOG.md index 44567fa..b1eedb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ -# Changelog +## 0.0.2-alpha.13 (2025-07-12) -## [0.0.2-alpha.14](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.13...v0.0.2-alpha.14) (2025-07-12) +* chore(release): v0.0.2-alpha.13 ([5df8c09](https://git.tuffraid.net/cowch/logistics_support_tool/commits/5df8c09)) +* fix(release): conflicting tags ([f06b621](https://git.tuffraid.net/cowch/logistics_support_tool/commits/f06b621)) -### Bug Fixes -* **release:** corrections ([2386a14](https://git.tuffraid.net/cowch/logistics_support_tool/commit/2386a14d7a76f89653a13de3a0d86e1bf55934d5)) -## [0.0.2-alpha.13](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.12...v0.0.2-alpha.13) (2025-07-12) +## 0.0.2-alpha.12 (2025-07-12) + +* chore(release): v0.0.2-alpha.12 ([cd06453](https://git.tuffraid.net/cowch/logistics_support_tool/commits/cd06453)) +* fix(release): change to get the release to build then release stuff ([afab215](https://git.tuffraid.net/cowch/logistics_support_tool/commits/afab215)) +* fix(release): removed the intial before bump ([cf24847](https://git.tuffraid.net/cowch/logistics_support_tool/commits/cf24847)) -### Bug Fixes -* **release:** conflicting tags ([f06b621](https://git.tuffraid.net/cowch/logistics_support_tool/commit/f06b621b8dc0cc8fc7084fa259408f0faafb6b74)) ## 0.0.2-alpha.11 (2025-07-12) @@ -137,3 +138,6 @@ * feat(starter): intial starter release ([b370cb1](https://git.tuffraid.net/cowch/logistics_support_tool/commits/b370cb1)) * Initial commit ([e4d3fc9](https://git.tuffraid.net/cowch/logistics_support_tool/commits/e4d3fc9)) * Update README.md ([e081c8f](https://git.tuffraid.net/cowch/logistics_support_tool/commits/e081c8f)) + + + diff --git a/scripts/create-gitea-release.js b/scripts/create-gitea-release.js index f240767..33834f5 100644 --- a/scripts/create-gitea-release.js +++ b/scripts/create-gitea-release.js @@ -117,7 +117,7 @@ const createOrUpdateRelease = async () => { }, body: JSON.stringify({ tag_name: tagName, - name: tagName, + name: `Release ${fullVersion}`, body: releaseNotes, draft: false, prerelease: true,