fix(release): removed version from being passed over
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
44
CHANGELOG.md
44
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))
|
||||
|
||||
## <small>0.0.1-alpha.1 (2025-07-12)</small>
|
||||
|
||||
* 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))
|
||||
|
||||
|
||||
|
||||
## <small>0.0.1-alpha.4.14-cowch (2025-07-12)</small>
|
||||
|
||||
* fix(releaseit): changes to get the version to update ([e084663](https://git.tuffraid.net/cowch/logistics_support_tool/commits/e084663))
|
||||
|
||||
|
||||
|
||||
## <small>0.0.1-alpha.3.14-cowch (2025-07-12)</small>
|
||||
|
||||
* fix(releaseit): changes to get it to actaully run ([c680152](https://git.tuffraid.net/cowch/logistics_support_tool/commits/c680152))
|
||||
|
||||
|
||||
|
||||
## <small>0.0.1-alpha.2.14-cowch (2025-07-12)</small>
|
||||
|
||||
* 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))
|
||||
|
||||
|
||||
|
||||
## <small>0.0.1-alpha.1.14-cowch (2025-07-12)</small>
|
||||
|
||||
* 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))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user