Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Releases: thegeeklab/drone-git-action

v3.0.1

21 Dec 09:55
eb50487
Compare
Choose a tag to compare

Changelog

v3.0.1 (2022-12-21)

Bug Fixes

  • deps: update module github.com/thegeeklab/drone-plugin-lib/v2 to v2.2.1 (#14)
  • deps: update module github.com/urfave/cli/v2 to v2.23.7 (#13)

v3.0.0

04 Dec 18:04
0b5bce3
Compare
Choose a tag to compare

Changelog

v3.0.0 (2022-12-04)

CI Pipeline

  • use git-action plugin to update docs branch (#9)

Code Refactoring

  • rework plugin structure and add pages action (#7)

Others

  • rename parameter remote to remote_url (#8)

BREAKING CHANGE

The option remote was renamed to remote_url.

The option actions was renamed to action.

v2.0.0

29 Nov 12:17
686de4e
Compare
Choose a tag to compare

Changelog

v2.0.0 (2022-11-29)

Bug Fixes

  • ensure to remove GIT_COMMIT_* and GIT_AUTHOR_* env vars to avoid config overlapping (#6)
  • add missing git to containers (#5)
  • unset git env vars to avoid overlapping with plugin config (#4)

Documentation

  • add basic documentation (#3)