semantic-release

📦🚀 semantic-release written in Go

MIT License

Downloads
613
Stars
407
Committers
11

Bot releases are visible (Hide)

semantic-release - v2.30.0 Latest Release

Published by github-actions[bot] 8 months ago

2.30.0 (2024-02-17)

Feature

  • update dependencies & go version (079e195a)
semantic-release - v2.29.0

Published by github-actions[bot] 12 months ago

2.29.0 (2023-10-24)

Feature

  • convert config struct to proto message (1d1e0360)

Chores

  • update protoc-gen-go-grpc + protoc (dddfd54d)
semantic-release - v2.28.0

Published by github-actions[bot] about 1 year ago

2.28.0 (2023-09-13)

Feature

  • update dependencies (6bdee23d)

Chores

  • increase timeout for golangci-lint (c2f6a173)
  • fix linter errors (8ae262d3)
semantic-release - v2.27.1

Published by github-actions[bot] over 1 year ago

2.27.1 (2023-02-10)

Bug Fixes

  • add hooks-exec to known github plugins (9c07709a)
semantic-release - v2.27.0

Published by github-actions[bot] over 1 year ago

2.27.0 (2023-02-10)

Feature

  • remove legacy plugin resolver (9111603f)

Bug Fixes

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

Documentation

  • add hooks-exec (b4a22a01)
  • add GitLab go example (78d4a5ff)
  • update the GitLab CI/CD example (a713764e)
  • several improvements (0cc5286c)
semantic-release - v2.26.1

Published by github-actions[bot] over 1 year ago

2.26.1 (2023-02-06)

Bug Fixes

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

Documentation

  • describe new plugin registry (5ab0e003)

CI

  • gitlab: fix go version (56fd1697)
semantic-release - v2.26.0

Published by github-actions[bot] over 1 year ago

2.26.0 (2023-02-04)

Feature

  • update dependencies (376c988d)
  • explicitly set version constraint to latest (b2320f38)
  • switch to new registry (58696dae)
  • add known github plugins (1e7c72cb)
  • add plugin resolver options (9746cf65)
  • extract batched plugin archive (42837380)
  • add batch resolving (8f1db0a0)
  • registry: add single plugin fetching (9e6e36ef)
  • prefetch plugins if possible (8e07b08e)
  • registry v2 initial (9a75641e)

Bug Fixes

  • only prefetch plugins if not disabled (e471885d)

Chores

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

CI

  • fix cleanup workflow (124eecd7)
  • sync branch deletions (234f0630)
  • add sync to gitlab workflow (e80e5025)

feaet

  • registry: update client library (d38f5b11)
semantic-release - v2.25.0

Published by github-actions[bot] almost 2 years ago

2.25.0 (2023-01-13)

Feature

  • update dependencies (8ead681a)

Code Refactoring

  • rename PluginInfo struct to Info (e61d4af9)
  • cleanup and simplify main function (9beb3f29)

Styles

  • add .golangci-lint.yaml (25a96d4d)
  • gofumpt (df5e6a40)

Chores

  • update protoc/protoc-gen-go (12d68e6b)
semantic-release - v2.24.1

Published by github-actions[bot] almost 2 years ago

2.24.1 (2022-11-04)

Bug Fixes

  • commitAnalyzer using changelogGeneratorOpts (#147) (7484f750)
semantic-release - v2.24.0

Published by github-actions[bot] over 2 years ago

2.24.0 (2022-06-13)

Feature

  • automatically detect and extract tar files (eb0c01df)
  • add plugin-resolver flag (a99c38e5)
  • add github resolver (1b57e434)
  • add slug to plugin info (c58af0bf)
  • improve resolver loading (feb827a3)
  • create plugin resolve system (f61374a1)

Bug Fixes

  • improve plugin name parsing (83e5043b)

Code Refactoring

  • split plugin discovery in differen files (581b7eda)

Chores

  • remove id from github action (4afe3b11)
semantic-release - v2.23.1

Published by github-actions[bot] over 2 years ago

2.23.1 (2022-05-27)

Bug Fixes

  • trigger release (9408101b)
semantic-release - v2.23.0

Published by github-actions[bot] over 2 years ago

2.23.0 (2022-05-26)

Feature

  • use npm-binary-releaser hooks plugin (8e94e811)
semantic-release - v2.22.4

Published by github-actions[bot] over 2 years ago

2.22.4 (2022-05-23)

Bug Fixes

  • set npm package description (94c3991f)
semantic-release - v2.22.3

Published by github-actions[bot] over 2 years ago

2.22.3 (2022-05-22)

Bug Fixes

  • use github action for releases (a679c126)
semantic-release - v2.22.2

Published by github-actions[bot] over 2 years ago

2.22.2 (2022-05-22)

Bug Fixes

  • docker build (e8fda626)
semantic-release - v2.22.1

Published by github-actions[bot] over 2 years ago

2.22.1 (2022-05-22)

Bug Fixes

  • fail if hooks plugin fails (closes #138) (f8bec5fd)
  • use correct file during docker build (e0488f1a)
semantic-release - v2.22.0

Published by github-actions[bot] over 2 years ago

2.22.0 (2022-05-22)

Feature

  • use goreleaser (056e0fd2)

Chores

  • ci: remove setup-node (7ce94406)
  • update github actions dependencies (791ebb39)
semantic-release - v2.21.0

Published by github-actions[bot] over 2 years ago

2.21.0 (2022-05-22)

Feature

  • update dependencies and go version to 1.18 (62b168bf)
semantic-release - v2.20.2

Published by github-actions[bot] over 2 years ago

2.20.2 (2022-03-13)

Bug Fixes

  • if allowInitialDevelopmentVersions is set the major version should never be updated (81aea839)

Documentation

  • add hooks example (18e8bae8)
semantic-release - v2.20.1

Published by github-actions[bot] over 2 years ago

2.20.1 (2022-03-13)

Bug Fixes

  • allow camelcase config overwrites (closes #134) (79334cdb)