Index: .github/workflows/release-drafter.yml =================================================================== diff -u -rc51b02652cbc2dd08fa76a9537caea352083e7d3 -r92a6c635abc4a99962e41630f369c73339b0d944 --- .github/workflows/release-drafter.yml (.../release-drafter.yml) (revision c51b02652cbc2dd08fa76a9537caea352083e7d3) +++ .github/workflows/release-drafter.yml (.../release-drafter.yml) (revision 92a6c635abc4a99962e41630f369c73339b0d944) @@ -1,41 +1,26 @@ -name: Release Drafter +# This is a basic workflow to help you get started with the GitHub Auto-Release on Commit Action. +name: AutoRelease + on: push: - # branches to consider in the event; optional, defaults to all - branches: - - master - # pull_request event is required only for autolabeler - pull_request: - # Only following types are handled by the action, but one can default to all as well - types: [opened, reopened, synchronize] - # pull_request_target event is required for autolabeler to support PRs from forks - # pull_request_target: - # types: [opened, reopened, synchronize] + branches: [ master ] -permissions: - contents: read - +# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - update_release_draft: - permissions: - # write permission is required to create a github release - contents: write - # write permission is required for autolabeler - # otherwise, read permission is required at least - pull-requests: write + # This workflow contains a single job called "build" + release: + # The type of runner that the job will run on runs-on: ubuntu-latest - steps: - # (Optional) GitHub Enterprise requires GHE_HOST variable set - #- name: Set GHE_HOST - # run: | - # echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV - # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@v5 - # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml - #with: - # config-name: release-drafter-config.yml - # disable-autolabeler: true + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + - uses: actions/checkout@v2 + - uses: CupOfTea696/gh-action-auto-release@v1.0.0 + with: + title: "Release: $version" + tag: "v$semver" + draft: false + regex: "/^Release: #{semver}$/i" env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file Index: community/img/contributors/jjs.jpg =================================================================== diff -u -r95f22b252160dd24c9ebda44b05132eb1a277050 -r92a6c635abc4a99962e41630f369c73339b0d944 Binary files differ Index: community/img/contributors/pennori1.jpg =================================================================== diff -u -r95f22b252160dd24c9ebda44b05132eb1a277050 -r92a6c635abc4a99962e41630f369c73339b0d944 Binary files differ Index: community/img/contributors/pennori3.jpg =================================================================== diff -u -r95f22b252160dd24c9ebda44b05132eb1a277050 -r92a6c635abc4a99962e41630f369c73339b0d944 Binary files differ Index: community/img/contributors/penpen7872.jpg =================================================================== diff -u -r95f22b252160dd24c9ebda44b05132eb1a277050 -r92a6c635abc4a99962e41630f369c73339b0d944 Binary files differ Index: community/img/contributors/rkh2.jpg =================================================================== diff -u -r95f22b252160dd24c9ebda44b05132eb1a277050 -r92a6c635abc4a99962e41630f369c73339b0d944 Binary files differ Index: community/img/contributors/shs1.jpg =================================================================== diff -u -r95f22b252160dd24c9ebda44b05132eb1a277050 -r92a6c635abc4a99962e41630f369c73339b0d944 Binary files differ Index: community/img/contributors/son.jpg =================================================================== diff -u -r95f22b252160dd24c9ebda44b05132eb1a277050 -r92a6c635abc4a99962e41630f369c73339b0d944 Binary files differ