mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-24 14:45:39 +00:00
Release instructions update
This commit is contained in:
parent
9b4972e46e
commit
5e5468af3b
@ -23,6 +23,9 @@
|
|||||||
|
|
||||||
- brew
|
- brew
|
||||||
- brew bump-formula-pr --url=https://github.com/mikefarah/yq/archive/2.2.0.tar.gz yq
|
- brew bump-formula-pr --url=https://github.com/mikefarah/yq/archive/2.2.0.tar.gz yq
|
||||||
|
- if that fails with random ruby errors try:
|
||||||
|
- clearing out the gems rm -rf .gem/ruby/2.3.0
|
||||||
|
- export HOMEBREW_FORCE_VENDOR_RUBY=1
|
||||||
|
|
||||||
- docker
|
- docker
|
||||||
- build and push latest and new version tag
|
- build and push latest and new version tag
|
||||||
|
@ -10,6 +10,7 @@ REPO="yq"
|
|||||||
release() {
|
release() {
|
||||||
github-release release \
|
github-release release \
|
||||||
--user "$OWNER" \
|
--user "$OWNER" \
|
||||||
|
--draft \
|
||||||
--repo "$REPO" \
|
--repo "$REPO" \
|
||||||
--tag "$CURRENT"
|
--tag "$CURRENT"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user