2 Commits

Author SHA1 Message Date
96292589b3 chore(release): v0.0.2-alpha.15 2025-07-12 16:33:30 -05:00
799be62f3c fix(release): cahgnes 2025-07-12 16:33:25 -05:00
4 changed files with 18 additions and 9 deletions

View File

@@ -1,16 +1,25 @@
# Changelog # Changelog
## [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) ## [0.0.2-alpha.15](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.14...v0.0.2-alpha.15) (2025-07-12)
### Bug Fixes ### Bug Fixes
* **release:** corrections ([2386a14](https://git.tuffraid.net/cowch/logistics_support_tool/commit/2386a14d7a76f89653a13de3a0d86e1bf55934d5)) * **release:** cahgnes ([799be62](https://git.tuffraid.net/cowch/logistics_support_tool/commit/799be62f3c77631a4108ee9e92f19157ab597dff))
## [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.13 (2025-07-12)</small>
* 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))
## <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>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "logistics_support_tool", "name": "logistics_support_tool",
"version": "0.0.2-alpha.14", "version": "0.0.2-alpha.15",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "logistics_support_tool", "name": "logistics_support_tool",
"version": "0.0.2-alpha.14", "version": "0.0.2-alpha.15",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"conventional-changelog": "^7.1.1", "conventional-changelog": "^7.1.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "logistics_support_tool", "name": "logistics_support_tool",
"version": "0.0.2-alpha.14", "version": "0.0.2-alpha.15",
"description": "This is the new logisitcs support tool", "description": "This is the new logisitcs support tool",
"private": true, "private": true,
"main": "index.js", "main": "index.js",

View File

@@ -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,