mirror of
https://github.com/go-i2p/reseed-tools.git
synced 2025-09-07 06:47:45 -04:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
83cf8bdcde | ||
![]() |
2a23c5ea13 | ||
![]() |
a666afef7c |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -21,4 +21,6 @@ audit.json
|
||||
*ed25519*
|
||||
client.yaml
|
||||
plugin.yaml
|
||||
err
|
||||
err
|
||||
/plugin-linux-amd64.yaml
|
||||
/client-linux-amd64.yaml
|
7
Makefile
7
Makefile
@@ -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)
|
||||
|
@@ -1,3 +1,3 @@
|
||||
package reseed
|
||||
|
||||
const Version = "0.3.3"
|
||||
const Version = "0.3.4"
|
||||
|
Reference in New Issue
Block a user