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