From 4306813f7e407472b931a1e4a441df2161832183 Mon Sep 17 00:00:00 2001 From: Shine Works Date: Tue, 5 Oct 2021 15:29:55 +1100 Subject: [PATCH] Bump up to next pre-release version 0.15.2-pre.0 --- .github/workflows/publish-workflow.yaml | 2 +- CHANGELOG.md | 2 ++ Makefile | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index 58fd8eb..fcf10b8 100644 --- a/.github/workflows/publish-workflow.yaml +++ b/.github/workflows/publish-workflow.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v1 with: - ref: 0.15.1 + ref: main - uses: docker/login-action@v1 with: registry: ghcr.io diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7c20e..f449fde 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 + ## 0.15.1 - 2021-10-05 ### Added - Add release-major, release-minor, release-patch, and publish Makefile targets and GitHub Actions diff --git a/Makefile b/Makefile index 663cf43..aa5c373 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version ?= 0.15.1 +version ?= 0.15.2-pre.0 ci: clean deps lint package