From 45477eba6d308ddcfaf4c13654c61bc5e3632a93 Mon Sep 17 00:00:00 2001 From: Valentin Berlier Date: Mon, 11 Apr 2022 01:55:58 +0200 Subject: [PATCH 1/2] chore: add the `--prerelease` flag back --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b17d528..9c94333 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,4 +54,4 @@ jobs: run: | git config --global user.name "github-actions" git config --global user.email "action@github.com" - poetry run semantic-release publish -v DEBUG -D commit_author="github-actions " + poetry run semantic-release publish -v DEBUG -D commit_author="github-actions " --prerelease From bd39731f25c8b4d56ad8b50c25e978f82a5cea98 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 10 Apr 2022 23:56:23 +0000 Subject: [PATCH 2/2] 1.1.0-beta.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c87a92d..94470a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v1.1.0-beta.0 (2022-04-10) + + ## v1.1.0 (2022-04-10) ### Feature * Publish 1.0 for real ([`fe8fcac`](https://github.com/OpenNBS/pynbs/commit/fe8fcac4397593d65a9109300e20784863fe32e5)) diff --git a/pyproject.toml b/pyproject.toml index 8bee510..a3ebd15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynbs" -version = "1.1.0" +version = "1.1.0-beta.0" description = "A simple python library to read and write .nbs files from Note Block Studio" authors = ["Valentin Berlier ", "Bentroen "] license = "MIT"