3 Commits

Author SHA1 Message Date
eyedeekay
83cf8bdcde bump version 2025-03-09 13:45:17 -04:00
eyedeekay
2a23c5ea13 update Makefile 2025-03-09 13:44:19 -04:00
eyedeekay
a666afef7c update .gitignore 2025-03-08 20:28:36 -05:00
3 changed files with 10 additions and 3 deletions

4
.gitignore vendored
View File

@@ -21,4 +21,6 @@ audit.json
*ed25519*
client.yaml
plugin.yaml
err
err
/plugin-linux-amd64.yaml
/client-linux-amd64.yaml

View File

@@ -116,8 +116,13 @@ jar: gojava
release: version plugins upload-su3s
tag:
git tag -a v$(VERSION) -m "Release $(VERSION)"
git push --tags
version:
head -n 5 README.md | github-release release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION) -d -; true
#head -n 5 README.md | github-release release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION) -d -; true
echo "make version is deprecated, use make tag instead"
delete-version:
github-release delete -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION)

View File

@@ -1,3 +1,3 @@
package reseed
const Version = "0.3.3"
const Version = "0.3.4"