diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index 661b107d..a98500f6 100644 --- a/.github/workflows/publish-workflow.yaml +++ b/.github/workflows/publish-workflow.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: 3.0.0 + ref: master - uses: actions/setup-node@v2 with: node-version: '18' diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b5ac75..54c01743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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 + ## 3.0.0 - 2023-07-23 ### Added - Add label to log messages when dry-run is enabled diff --git a/package.json b/package.json index b51ad00f..218343e8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "zeus", "kraken" ], - "version": "3.0.0", + "version": "3.0.1-pre.0", "homepage": "http://github.com/cliffano/rtk", "author": "Cliffano Subagio (http://blog.cliffano.com)", "contributors": [