Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Songmu/gocredits

v0.4.0

13 Dec 07:05
ed7b95e

Choose a tag to compare

What's Changed

  • feat: support go list for monorepo subdirectories without go.mod by @k1LoW in #22
  • update go version by @Songmu in #24
  • Bump codecov/codecov-action from 1 to 5 by @dependabot[bot] in #26
  • Bump actions/setup-go from 3 to 6 by @dependabot[bot] in #25
  • Bump actions/checkout from 3 to 6 by @dependabot[bot] in #27
  • introduce pinact and ghalint by @Songmu in #28

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

06 Jul 05:37
556b6f5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

25 Sep 13:49
f96adc6

Choose a tag to compare

What's Changed

  • install binaries go install is better. by @bootjp in #15
  • introduce modern releng stack by @Songmu in #16

New Contributors

Full Changelog: v0.2.0...v0.3.0

Checking in changes prior to tagging of version v0.2.0

29 Jul 04:56

Choose a tag to compare

## [v0.2.0](https://github.com/Songmu/gocredits/compare/v0.1.0...v0.2.0) (2020-07-29)

* update meta files [#14](https://github.com/Songmu/gocredits/pull/14) ([Songmu](https://github.com/Songmu))
* Add option for skip when no licenses found for package [#13](https://github.com/Songmu/gocredits/pull/13) ([k1LoW](https://github.com/k1LoW))

Checking in changes prior to tagging of version v0.1.0

26 Oct 15:05

Choose a tag to compare

## [v0.1.0](https://github.com/Songmu/gocredits/compare/v0.0.7...v0.1.0) (2019-10-27)

* introduce GitHub Actions for CI [#11](https://github.com/Songmu/gocredits/pull/11) ([Songmu](https://github.com/Songmu))
* better finding license way [#10](https://github.com/Songmu/gocredits/pull/10) ([Songmu](https://github.com/Songmu))

Checking in changes prior to tagging of version v0.0.7

22 Sep 07:06

Choose a tag to compare

## [v0.0.7](https://github.com/Songmu/gocredits/compare/v0.0.6...v0.0.7) (2019-09-22)

* bump Go 1.13 and drop xerrors dependency [#8](https://github.com/Songmu/gocredits/pull/8) ([Songmu](https://github.com/Songmu))

Checking in changes prior to tagging of version v0.0.6

27 Apr 11:53

Choose a tag to compare

## [v0.0.6](https://github.com/Songmu/gocredits/compare/v0.0.5...v0.0.6) (2019-04-27)

* [bugfix] truncate before overwriting CREDITS file [#6](https://github.com/Songmu/gocredits/pull/6) ([Songmu](https://github.com/Songmu))

Checking in changes prior to tagging of version v0.0.5

16 Apr 06:37

Choose a tag to compare

## [v0.0.5](https://github.com/Songmu/gocredits/compare/v0.0.4...v0.0.5) (2019-04-16)

* fallback golang.org/LICENSE when LICENSE not found locally [#5](https://github.com/Songmu/gocredits/pull/5) ([Songmu](https://github.com/Songmu))

Checking in changes prior to tagging of version v0.0.4

16 Apr 06:05

Choose a tag to compare

## [v0.0.4](https://github.com/Songmu/gocredits/compare/v0.0.3...v0.0.4) (2019-04-16)

* use "go env" instead of using runtime.GOPATH() and build.Default.GOPATH [#4](https://github.com/Songmu/gocredits/pull/4) ([Songmu](https://github.com/Songmu))

Checking in changes prior to tagging of version v0.0.3

12 Apr 02:58

Choose a tag to compare

## [v0.0.3](https://github.com/Songmu/gocredits/compare/v0.0.2...v0.0.3) (2019-04-12)

* update finding license way [#3](https://github.com/Songmu/gocredits/pull/3) ([Songmu](https://github.com/Songmu))
* use xenial in travis [#2](https://github.com/Songmu/gocredits/pull/2) ([Songmu](https://github.com/Songmu))