From dbd80d2e9d640266d8fe579d11ab9896ed618e16 Mon Sep 17 00:00:00 2001 From: mathieudutour Date: Wed, 26 Oct 2022 11:00:15 +0200 Subject: [PATCH] version 6.1 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec41a2e4e..09774b4aa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v6.0 + uses: mathieudutour/github-tag-action@v6.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create a GitHub release diff --git a/package-lock.json b/package-lock.json index 88ce87b06..b1406d9b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-tag-action", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-tag-action", - "version": "6.0.0", + "version": "6.1.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index ae8966547..a7fa5b618 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-tag-action", - "version": "6.0.0", + "version": "6.1.0", "private": true, "description": "A GitHub Action to automatically bump and tag master, on merge, with the latest SemVer formatted version.", "main": "lib/main.js",