diff --git a/release_instructions.txt b/release_instructions.txt index 17129942..606e3c05 100644 --- a/release_instructions.txt +++ b/release_instructions.txt @@ -21,11 +21,11 @@ - brew - - brew bump-formula-pr --url=https://github.com/mikefarah/yq/archive/2.1.2.tar.gz yq + - brew bump-formula-pr --url=https://github.com/mikefarah/yq/archive/2.2.0.tar.gz yq - docker - build and push latest and new version tag - - docker build . --arg -t mikefarah/yq:latest -t mikefarah/yq:VERSION + - docker build . -t mikefarah/yq:latest -t mikefarah/yq:VERSION - debian package - execute diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f85e953f..ad81360e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: yq -version: 2.2.0 +version: '2.2.0' summary: A lightweight and portable command-line YAML processor description: | The aim of the project is to be the jq or sed of yaml files.