From 5fa8f827e75e38207beaf28ab06d091c3cf520d4 Mon Sep 17 00:00:00 2001 From: Bart Janssens Date: Mon, 27 Jul 2020 10:55:17 +0200 Subject: [PATCH] Bump version and add tagbot --- .github/workflows/TagBot.yml | 12 ++++++++++++ Project.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/TagBot.yml diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml new file mode 100644 index 0000000..c13ec18 --- /dev/null +++ b/.github/workflows/TagBot.yml @@ -0,0 +1,12 @@ +name: TagBot +on: + schedule: + - cron: 0 0 * * * + workflow_dispatch: +jobs: + TagBot: + runs-on: ubuntu-latest + steps: + - uses: JuliaRegistries/TagBot@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Project.toml b/Project.toml index c145fa0..8457f16 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QML" uuid = "2db162a6-7e43-52c3-8d84-290c1c42d82a" authors = ["Bart Janssens "] -version = "0.5.0" +version = "0.6.0" [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"