fix(release): cahgnes
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -1,16 +1,17 @@
|
|||||||
# Changelog
|
## <small>0.0.2-alpha.13 (2025-07-12)</small>
|
||||||
|
|
||||||
## [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)
|
## <small>0.0.2-alpha.12 (2025-07-12)</small>
|
||||||
|
|
||||||
|
* 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))
|
|
||||||
|
|
||||||
## <small>0.0.2-alpha.11 (2025-07-12)</small>
|
## <small>0.0.2-alpha.11 (2025-07-12)</small>
|
||||||
|
|
||||||
@@ -137,3 +138,6 @@
|
|||||||
* feat(starter): intial starter release ([b370cb1](https://git.tuffraid.net/cowch/logistics_support_tool/commits/b370cb1))
|
* 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))
|
* 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))
|
* Update README.md ([e081c8f](https://git.tuffraid.net/cowch/logistics_support_tool/commits/e081c8f))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ const createOrUpdateRelease = async () => {
|
|||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
tag_name: tagName,
|
tag_name: tagName,
|
||||||
name: tagName,
|
name: `Release ${fullVersion}`,
|
||||||
body: releaseNotes,
|
body: releaseNotes,
|
||||||
draft: false,
|
draft: false,
|
||||||
prerelease: true,
|
prerelease: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user