Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
escapace committed Jun 14, 2020
1 parent 41087ad commit 17ef570
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- '*'
- '!master'
- '!release'
tags:
- 'v*'
name: Pipeline
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
mkdir ~/bin
wget -qO- https://github.com/github/hub/releases/download/v2.12.3/hub-linux-amd64-2.12.3.tgz | tar xvz -C ~/bin --strip=2 --wildcards --no-anchored 'hub*/bin/hub'
~/bin/hub release create -a manage -m "manage ${GITHUB_REF:11}" -t master v${GITHUB_REF:11}
~/bin/hub release create -a manage -m "manage ${GITHUB_REF:11}" -t release v${GITHUB_REF:11}
env:
GITHUB_USER: escapace
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,17 +242,17 @@ copyright notices, and licenses.

[4]: #built-in-statements

[5]: https://github.com/escapace/manage/tree/master/modules/array
[5]: https://github.com/escapace/manage/tree/trunk/modules/array

[6]: https://github.com/escapace/manage/tree/master/modules/console
[6]: https://github.com/escapace/manage/tree/trunk/modules/console

[7]: https://github.com/escapace/manage/tree/master/modules/lang
[7]: https://github.com/escapace/manage/tree/trunk/modules/lang

[8]: https://github.com/escapace/manage/tree/master/modules/manage
[8]: https://github.com/escapace/manage/tree/trunk/modules/manage

[9]: https://github.com/escapace/manage/tree/master/modules/path
[9]: https://github.com/escapace/manage/tree/trunk/modules/path

[10]: https://github.com/escapace/manage/tree/master/modules/string
[10]: https://github.com/escapace/manage/tree/trunk/modules/string

[11]: https://github.com/escapace/stack-tools

Expand Down
2 changes: 1 addition & 1 deletion manage
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
exit 1
fi

MANAGE_VERSION="v3.5.5"
MANAGE_VERSION="v3.6.0"

MANAGE_IS_CI () {
# Returns 0 if the current environment
Expand Down

0 comments on commit 17ef570

Please sign in to comment.