Skip to content

Releases: go-semantic-release/semantic-release

v2.30.0

17 Feb 19:29
Compare
Choose a tag to compare

2.30.0 (2024-02-17)

Feature

  • update dependencies & go version (079e195)

v2.29.0

24 Oct 09:42
Compare
Choose a tag to compare

2.29.0 (2023-10-24)

Feature

  • convert config struct to proto message (1d1e036)

Chores

  • update protoc-gen-go-grpc + protoc (dddfd54)

v2.28.0

13 Sep 11:19
Compare
Choose a tag to compare

2.28.0 (2023-09-13)

Feature

Chores

  • increase timeout for golangci-lint (c2f6a17)
  • fix linter errors (8ae262d)

v2.27.1

10 Feb 13:13
Compare
Choose a tag to compare

2.27.1 (2023-02-10)

Bug Fixes

  • add hooks-exec to known github plugins (9c07709)

v2.27.0

10 Feb 11:34
Compare
Choose a tag to compare

2.27.0 (2023-02-10)

Feature

  • remove legacy plugin resolver (9111603)

Bug Fixes

  • only batch prefetch more than one plugin (2b95d7b)

Documentation

v2.26.1

06 Feb 13:45
Compare
Choose a tag to compare

2.26.1 (2023-02-06)

Bug Fixes

  • do not initiate batch download if no plugins are missing (edb12a1)

Documentation

  • describe new plugin registry (5ab0e00)

CI

v2.26.0

04 Feb 14:32
Compare
Choose a tag to compare

2.26.0 (2023-02-04)

Feature

  • update dependencies (376c988)
  • explicitly set version constraint to latest (b2320f3)
  • switch to new registry (58696da)
  • add known github plugins (1e7c72c)
  • add plugin resolver options (9746cf6)
  • extract batched plugin archive (4283738)
  • add batch resolving (8f1db0a)
  • registry: add single plugin fetching (9e6e36e)
  • prefetch plugins if possible (8e07b08)
  • registry v2 initial (9a75641)

Bug Fixes

  • only prefetch plugins if not disabled (e471885)

Chores

  • remove skip-dirs in golangci config (1afab2d)

CI

feaet

  • registry: update client library (d38f5b1)

v2.25.0

13 Jan 11:29
Compare
Choose a tag to compare

2.25.0 (2023-01-13)

Feature

Code Refactoring

  • rename PluginInfo struct to Info (e61d4af)
  • cleanup and simplify main function (9beb3f2)

Styles

Chores

  • update protoc/protoc-gen-go (12d68e6)

v2.24.1

04 Nov 18:31
7484f75
Compare
Choose a tag to compare

2.24.1 (2022-11-04)

Bug Fixes

  • commitAnalyzer using changelogGeneratorOpts (#147) (7484f75)

v2.24.0

13 Jun 13:52
Compare
Choose a tag to compare

2.24.0 (2022-06-13)

Feature

  • automatically detect and extract tar files (eb0c01d)
  • add plugin-resolver flag (a99c38e)
  • add github resolver (1b57e43)
  • add slug to plugin info (c58af0b)
  • improve resolver loading (feb827a)
  • create plugin resolve system (f61374a)

Bug Fixes

  • improve plugin name parsing (83e5043)

Code Refactoring

  • split plugin discovery in differen files (581b7ed)

Chores

  • remove id from github action (4afe3b1)