Fixing snapcraft yml

This commit is contained in:
Mike Farah 2018-11-21 13:39:03 +11:00
parent 8861b392a8
commit 1159d0a212
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.