From 3cf29ae29dd7482d57376730937473049080f7a1 Mon Sep 17 00:00:00 2001 From: Maurice Schmicking <17197791+0x7878@users.noreply.github.com> Date: Wed, 3 Apr 2024 22:30:16 +0200 Subject: [PATCH] rebase --- .github/workflows/version.yml | 8 ++++---- GitVersion.yml | 1 - README.md | 1 - version.txt | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 5e4d671..f5d06be 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -1,4 +1,4 @@ -name: "Refresh Version" +name: "Update Version" on: push: @@ -15,12 +15,12 @@ jobs: runs-on: ubuntu-latest permissions: actions: read - contents: read + contents: write security-events: write steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -47,5 +47,5 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add version.txt - git commit -m "Add version file" + git commit -m "Update version" git push diff --git a/GitVersion.yml b/GitVersion.yml index fbdf5ab..122fa7e 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,5 +1,4 @@ mode: Mainline -next-version: 1.1.1 branches: {} ignore: sha: [] diff --git a/README.md b/README.md index 2fefa29..3a85639 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ - # dbus-opendtu > **Attention:** diff --git a/version.txt b/version.txt index 1cc5f65..05cfa8b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 \ No newline at end of file +Version: 1.1.5