From f36074fe49d589315ac97253c23ce83ccbd6fbb9 Mon Sep 17 00:00:00 2001 From: mathieudutour Date: Mon, 11 Mar 2024 10:22:39 +0100 Subject: [PATCH] version 6.2 --- 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 e27517137..5625251f3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create a GitHub release diff --git a/package-lock.json b/package-lock.json index 22157af8b..df52de102 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-tag-action", - "version": "6.1.0", + "version": "6.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-tag-action", - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 3dec50ef2..cc43a7c94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-tag-action", - "version": "6.1.0", + "version": "6.2.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",