Skip to content

Commit ca99984

Browse files
committed
Release v0.5.0
1 parent eb4a26f commit ca99984

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.5.0 / 2022-01-15
3+
==================
4+
5+
* bump all the dependencies
6+
* add support for GitHub Actions
7+
28
0.4.n / 2020-12-18
39
==================
410

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ COMMANDS:
3737
help, h Shows a list of commands or help for one command
3838
3939
GLOBAL OPTIONS:
40-
--git-commit value git commit ID [$BUILDKITE_COMMIT, $CIRCLE_SHA1, $TRAVIS_PULL_REQUEST_SHA]
41-
--git-branch value git branch [$BUILDKITE_BRANCH, $CIRCLE_BRANCH, $TRAVIS_BRANCH]
40+
--git-commit value git commit ID [$GITHUB_SHA, $BUILDKITE_COMMIT, $CIRCLE_SHA1, $TRAVIS_PULL_REQUEST_SHA]
41+
--git-branch value git branch [$GITHUB_REF, $BUILDKITE_BRANCH, $CIRCLE_BRANCH, $TRAVIS_BRANCH]
4242
--git-origin value URL of the repo [$BUILDKITE_REPO, $CIRCLE_REPOSITORY_URL]
4343
--git-ref-commit use the commit as deployment reference instead of branch
4444
--github-token value Github Personal access token to interact with the Github API (default: <secret:github-token>) [$GITHUB_TOKEN]

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package main
22

33
const Name string = "github-deploy"
4-
const Version string = "0.4.0"
4+
const Version string = "0.5.0"

0 commit comments

Comments
 (0)