Skip to content

Commit

Permalink
chore(release): update minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed May 6, 2021
1 parent b576927 commit 0d2f76d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,15 @@ jobs:

release:
runs-on: ubuntu-latest
continue-on-error: true
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
steps:
- name: Read info
id: tags
shell: bash
run: |
echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
echo ::set-output name=TAG::${GITHUB_REF/refs\/tags\//}
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Create Release
id: create_release
uses: actions/create-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tags.outputs.tag }}
release_name: ${{ steps.tags.outputs.tag }}
draft: false
prerelease: false

- name: Release Notary Action
uses: docker://aevea/release-notary:0.9.1
uses: docker://aevea/release-notary:0.9.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
args: [--settings-path, setup.cfg]

- repo: https://github.com/Woile/commitizen
rev: v2.17.4
rev: v2.17.5
hooks:
- id: commitizen
# don't forget to run pre-commit install --hook-type commit-msg for this hook to run
Expand Down
2 changes: 1 addition & 1 deletion ggshield/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.5.0"

0 comments on commit 0d2f76d

Please sign in to comment.