Compare commits
2 Commits
4b0028f7d7
...
f83de9baa2
| Author | SHA1 | Date | |
|---|---|---|---|
| f83de9baa2 | |||
| 233298daa5 |
@@ -4,7 +4,9 @@
|
||||
"tagName": "v${version}",
|
||||
"requireCleanWorkingDir": true
|
||||
},
|
||||
"npm": false,
|
||||
"npm": {
|
||||
"publish": false
|
||||
},
|
||||
"hooks": {
|
||||
"after:bump": "echo Version bumped to ${version}",
|
||||
"after:release": "node ./scripts/create-gitea-release.js ${version}"
|
||||
@@ -22,11 +24,7 @@
|
||||
"host": "https://${GITEA_URL}",
|
||||
"tokenRef": "GITEA_TOKEN"
|
||||
},
|
||||
"increment": {
|
||||
"prerelease": {
|
||||
"name": "alpha"
|
||||
}
|
||||
},
|
||||
|
||||
"files": [
|
||||
"package.json"
|
||||
]
|
||||
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,13 +1,20 @@
|
||||
# Changelog
|
||||
|
||||
## [0.0.2-alpha.2](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.1...v0.0.2-alpha.2) (2025-07-12)
|
||||
## [0.0.2-alpha.0](https://git.tuffraid.net/cowch/logistics_support_tool/compare/v0.0.2-alpha.2...v0.0.2-alpha.0) (2025-07-12)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **releases:** more fun release stuff ([f33554e](https://git.tuffraid.net/cowch/logistics_support_tool/commit/f33554ed973e65e2488512bfd8359577967698b7))
|
||||
* **release:** more work on the release stuff ([233298d](https://git.tuffraid.net/cowch/logistics_support_tool/commit/233298daa5850178974be675bb8566fa8c0a8b0a))
|
||||
|
||||
## <small>0.0.1-alpha.1 (2025-07-12)</small>
|
||||
|
||||
* chore(release): v0.0.2-alpha.2 ([4b0028f](https://git.tuffraid.net/cowch/logistics_support_tool/commits/4b0028f))
|
||||
* fix(releases): more fun release stuff ([f33554e](https://git.tuffraid.net/cowch/logistics_support_tool/commits/f33554e))
|
||||
|
||||
|
||||
|
||||
## <small>0.0.2-alpha.1 (2025-07-12)</small>
|
||||
|
||||
* chore(release): v0.0.2-alpha.0 ([8b40d3f](https://git.tuffraid.net/cowch/logistics_support_tool/commits/8b40d3f))
|
||||
* chore(release): v0.0.2-alpha.1 ([4b9a225](https://git.tuffraid.net/cowch/logistics_support_tool/commits/4b9a225))
|
||||
* 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))
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "logistics_support_tool",
|
||||
"version": "0.0.1-alpha.1",
|
||||
"version": "0.0.2-alpha.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "logistics_support_tool",
|
||||
"version": "0.0.1-alpha.1",
|
||||
"version": "0.0.2-alpha.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"conventional-changelog": "^7.1.1",
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "logistics_support_tool",
|
||||
"version": "0.0.1-alpha.1",
|
||||
"version": "0.0.2-alpha.0",
|
||||
"description": "This is the new logisitcs support tool",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
||||
Reference in New Issue
Block a user