tkrajina / typescriptify-golang-structs

A Golang struct to TypeScript class/interface converter
Apache License 2.0
505 stars 87 forks source link

Minus to underscore goreleaser #50

Closed aubelsb2 closed 2 years ago

aubelsb2 commented 3 years ago

As part of testing: https://github.com/tkrajina/typescriptify-golang-structs/pull/49 Because it's pretty hard to use go get especially with mods to get a particular branch build it and more. I used 'goreleaser' to build it in a github action. This also causes a publish..

This github action supports tags like follows:

(Via: .goreleaser.yml's)

release:
  prerelease: auto
aubelsb2 commented 3 years ago

Release example: https://github.com/aubelsb2/typescriptify-golang-structs/releases/tag/v0.0.12

Prerelease example: https://github.com/aubelsb2/typescriptify-golang-structs/releases/tag/v0.0.12-test1

tkrajina commented 2 years ago

Same as https://github.com/tkrajina/typescriptify-golang-structs/pull/49 + at the moment I don't plan to use goreleaser.