From fb1dd15f86d3c1c510a4307136215e0b14f9dcc9 Mon Sep 17 00:00:00 2001 From: Maciej Bak Date: Thu, 3 Aug 2023 21:47:09 +0200 Subject: [PATCH 1/3] fix token --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7798b1..a628b1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: release-on-push: runs-on: ubuntu-22.04 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.CHANGELOG_TOKEN }} steps: From e610e4165b02022e9e98f2cb422b6d65b8b37694 Mon Sep 17 00:00:00 2001 From: Maciej Bak Date: Thu, 3 Aug 2023 21:49:53 +0200 Subject: [PATCH 2/3] fix trigger --- .github/workflows/pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 00049ea..c866d57 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -4,8 +4,7 @@ on: # By default, a workflow only runs when a pull_request's activity type # is opened, synchronize, or reopened. We explicity override here so that # PR titles are re-linted when the PR text content is edited. - # _target applies to PR from forks. - pull_request_target: + pull_request: types: [opened, edited, reopened, synchronize] jobs: From 1604496665432006d4b750ea4186ccefd888ec62 Mon Sep 17 00:00:00 2001 From: Maciej Bak Date: Thu, 3 Aug 2023 21:50:57 +0200 Subject: [PATCH 3/3] version bump --- README.md | 2 +- hypercomplex/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36cde9e..d2fb593 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![CodeFactor](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex/badge)](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex) [![publish](https://github.com/AngryMaciek/hypercomplex/workflows/publish/badge.svg)](https://github.com/AngryMaciek/hypercomplex/actions?query=workflow%3Apublish) [![conda](https://anaconda.org/angrymaciek/hypercomplex/badges/version.svg)](https://anaconda.org/AngryMaciek/hypercomplex) -[![DockerHub](https://badgen.net/badge/icon/2.0.8/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/capsule) +[![DockerHub](https://badgen.net/badge/icon/2.0.9/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/capsule) [![DOI](https://joss.theoj.org/papers/10.21105/joss.05272/status.svg)](https://doi.org/10.21105/joss.05272) drawing diff --git a/hypercomplex/VERSION b/hypercomplex/VERSION index a5aea5c..77989f5 100644 --- a/hypercomplex/VERSION +++ b/hypercomplex/VERSION @@ -1 +1 @@ -v2.0.8 \ No newline at end of file +v2.0.9 \ No newline at end of file