From 8b1dfc5732dfea6625941850a89a84caf29d28fb Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 28 Sep 2021 22:13:07 +0100 Subject: [PATCH] ci: :building_construction: ci --- .github/workflows/build.yml | 3 +++ version.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 version.json diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 610263c1c..dac6eb79d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,6 +145,9 @@ jobs: with: github-token: ${{ secrets.github_token }} git-message: 'chore(release): {version}' + version-file: 'version.json' + output-file: 'CHANGELOG2.md' + skip-on-empty: 'false' - name: Download Artifacts uses: actions/download-artifact@v2 diff --git a/version.json b/version.json new file mode 100644 index 000000000..20fa3a455 --- /dev/null +++ b/version.json @@ -0,0 +1,3 @@ +{ + "version":"4.1.0" +} \ No newline at end of file