diff --git a/config/.github/workflows/release-check.yml b/config/.github/workflows/release-check.yml new file mode 100644 index 000000000000..ed829b7d467f --- /dev/null +++ b/config/.github/workflows/release-check.yml @@ -0,0 +1,12 @@ +# File managed by web3-bot. DO NOT EDIT. +# See https://github.com/protocol/.github/ for details. + +name: Release Checker +on: + pull_request: + paths: [ 'version.json' ] + branches: [ master ] + +jobs: + release-check: + uses: protocol/.github/.github/workflows/release-check.yml@master diff --git a/config/.github/workflows/releaser.yml b/config/.github/workflows/releaser.yml new file mode 100644 index 000000000000..51802c54d06c --- /dev/null +++ b/config/.github/workflows/releaser.yml @@ -0,0 +1,12 @@ +# File managed by web3-bot. DO NOT EDIT. +# See https://github.com/protocol/.github/ for details. + +name: Releaser +on: + push: + paths: [ 'version.json' ] + branches: [ master ] + +jobs: + releaser: + uses: protocol/.github/.github/workflows/releaser.yml@master diff --git a/config/.github/workflows/tagpush.yml b/config/.github/workflows/tagpush.yml new file mode 100644 index 000000000000..d84996187a32 --- /dev/null +++ b/config/.github/workflows/tagpush.yml @@ -0,0 +1,12 @@ +# File managed by web3-bot. DO NOT EDIT. +# See https://github.com/protocol/.github/ for details. + +name: Tag Push Checker +on: + push: + tags: + - v* + +jobs: + releaser: + uses: protocol/.github/.github/workflows/tagpush.yml@master diff --git a/config/version.json b/config/version.json new file mode 100644 index 000000000000..e0943d02a545 --- /dev/null +++ b/config/version.json @@ -0,0 +1,3 @@ +{ + "version": "v0.16.0" +}