diff --git a/.release-it.json b/.release-it.json
index 2b6673f..a0daf1d 100644
--- a/.release-it.json
+++ b/.release-it.json
@@ -7,7 +7,7 @@
"npm": false,
"hooks": {
"after:bump": "echo Version bumped to ${version}",
- "after:release": "node ./scripts/create-gitea-release.js ${version}"
+ "after:release": "node ./scripts/create-gitea-release.js"
},
"github": false,
@@ -28,7 +28,6 @@
}
},
"files": [
- "package.json",
- "CHANGELOG.md"
+ "package.json"
]
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8b0b80..2e485be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,37 @@
-# Changelog
-
-## [0.0.2-alpha.0](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.1-alpha.4.14-cowch...v0.0.2-alpha.0) (2025-07-12)
-
-### Bug Fixes
-
-* **package:** made changes to get the correct alpha passed over in the prerelease stuff ([09e5fdf](https://git.tuffraid.net/cowch/logistics_support_tool/commit/09e5fdf209f1a11f975d77e445f777623a5d3509))
-* **release it:** type in how i wrote the release-it file ([8664703](https://git.tuffraid.net/cowch/logistics_support_tool/commit/86647034c8f5c9b04c6f51fb95b929de4f65fc63))
-
## 0.0.1-alpha.1 (2025-07-12)
+* chore(release): v0.0.2-alpha.0 ([8b40d3f](https://git.tuffraid.net/cowch/logistics_support_tool/commits/8b40d3f))
+* fix(package): made changes to get the correct alpha passed over in the prerelease stuff ([09e5fdf](https://git.tuffraid.net/cowch/logistics_support_tool/commits/09e5fdf))
+* fix(release it): type in how i wrote the release-it file ([8664703](https://git.tuffraid.net/cowch/logistics_support_tool/commits/8664703))
+* ci(pakcage.json): missing plugin ([772463e](https://git.tuffraid.net/cowch/logistics_support_tool/commits/772463e))
+* refactor(backend): change to just get a version bump ([01e2d40](https://git.tuffraid.net/cowch/logistics_support_tool/commits/01e2d40))
+
+
+
+## 0.0.1-alpha.4.14-cowch (2025-07-12)
+
+* fix(releaseit): changes to get the version to update ([e084663](https://git.tuffraid.net/cowch/logistics_support_tool/commits/e084663))
+
+
+
+## 0.0.1-alpha.3.14-cowch (2025-07-12)
+
+* fix(releaseit): changes to get it to actaully run ([c680152](https://git.tuffraid.net/cowch/logistics_support_tool/commits/c680152))
+
+
+
+## 0.0.1-alpha.2.14-cowch (2025-07-12)
+
+* refactor(package.json): added in prerelease so we can keep it as alpha for now ([e081951](https://git.tuffraid.net/cowch/logistics_support_tool/commits/e081951))
+* fix(package json): correction to the version ([8141c6a](https://git.tuffraid.net/cowch/logistics_support_tool/commits/8141c6a))
+* fix(releases): a few more tweaks to the releasing ([587f1eb](https://git.tuffraid.net/cowch/logistics_support_tool/commits/587f1eb))
+* fix(releases): corrections to reduce the build number to be true ([18aa9e7](https://git.tuffraid.net/cowch/logistics_support_tool/commits/18aa9e7))
+* build(changelog): commited change log ([508aab3](https://git.tuffraid.net/cowch/logistics_support_tool/commits/508aab3))
+
+
+
+## 0.0.1-alpha.1.14-cowch (2025-07-12)
+
* refactor(versionrc): alloed project changes to show in the changelog ([2a9b571](https://git.tuffraid.net/cowch/logistics_support_tool/commits/2a9b571))
* ci(builds): added better logic to building ([320968f](https://git.tuffraid.net/cowch/logistics_support_tool/commits/320968f))
@@ -23,3 +46,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))
+
+
+