Skip to content

Releases: DALTCORE/ReleaseTools-go

1.0.7

29 Sep 13:02
3149acc
Compare
Choose a tag to compare

1.0.7

  • Fixed last playbook intergrations

1.0.6

28 Sep 11:56
531d315
Compare
Choose a tag to compare

1.0.6

  • Made struct backwards compatible with Phar version

1.0.5

28 Sep 10:44
445c837
Compare
Choose a tag to compare

1.0.5

  • Removed os.Exit(1) from auto updater.

1.0.4

28 Sep 10:38
5782c04
Compare
Choose a tag to compare

1.0.4

  • Fixed permissions
  • Fixed fetching of git branch
  • Fixed .release-tool file from home

1.0.3

28 Sep 09:35
0d7e94a
Compare
Choose a tag to compare

1.0.3

  • Fixed a check where the version went woes.

1.0.2

28 Sep 09:29
2bee680
Compare
Choose a tag to compare

1.0.2

  • Added a section for github_token in the .release-tool file. (Agains API rate limiting)

Add this to your .release-tool file:

github_token: YourRandomToken

To generate a token:
https://github.com/settings/tokens/new?scopes=repo&description=ReleaseTools-Go

1.0.1

28 Sep 09:09
1bd93fe
Compare
Choose a tag to compare

1.0.1

  • Fixed a small bug in the auto updater script.

1.0.0

28 Sep 08:55
75b7cbf
Compare
Choose a tag to compare

1.0.0

  • First init of the new release tools written in GoLang!