diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88bf1be..dfb6b2e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,6 @@ jobs: - name: Bump the version numbers run: | echo "Creating release version ${{ needs.check_for_release.outputs.version }}" - git checkout sed -i "s/version\":\ \"[0-9]\+\.\?[0-9]*\.\?[0-9]*/version\":\ \"${{ needs.check_for_release.outputs.version }}/g" ./package.json sed -i "s/Version:\ [0-9]\+\.\?[0-9]*\.\?[0-9]*/Version:\ ${{ needs.check_for_release.outputs.version }}/g" ./plugin.php sed -i "s/\[Unreleased\]/\[${{ needs.check_for_release.outputs.version }}\] ${{steps.get_date.outputs.date}} /g" ./changelog.md @@ -64,4 +63,4 @@ jobs: with: tag: ${{ needs.check_for_release.outputs.version }} name: ${{ needs.check_for_release.outputs.version }} - body: ${{ needs.check_for_release.outputs.release_body }} \ No newline at end of file + body: ${{ needs.check_for_release.outputs.release_body }} diff --git a/changelog.md b/changelog.md index d24ad03..d376ffb 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [6.0.0] 2022-09-29 ### Changed - Removed text from coolfile diff --git a/package.json b/package.json index 4660b5e..9e91cc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ascott-analytical-chambers-test-standards", - "version": "5.1.1", + "version": "6.0.0", "main": "index.js", "repository": "git@bitbucket.org:pieweb/ascott-analytical-chambers-test-standards.git", "author": "Neil Pie ", diff --git a/plugin.php b/plugin.php index 9099ada..babb6ea 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /* Plugin Name: Anything Description: A bespoke plugin to add all functionality -Version: 5.1.1 +Version: 6.0.0 Author: The team at PIE Author URI: http://pie.co.de */