-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
Release v8.0.0-beta
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
name: Github Release | ||
name: Automatic Github release | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- main | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
gh_release: | ||
permissions: | ||
contents: write | ||
uses: Adyen/adyen-node-api-library/.github/workflows/lib-gh-release.yml@develop | ||
uses: Adyen/release-automation-action/.github/workflows/reusable-github-release.yml@v1.0.0 | ||
with: | ||
project-name: Go | ||
secrets: inherit | ||
release-title: Adyen Go API Library | ||
develop-branch: develop | ||
release-branch: main | ||
secrets: | ||
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
name: Release request | ||
name: Prepare release | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- develop | ||
workflow_dispatch: | ||
inputs: | ||
pre-release: | ||
required: false | ||
type: boolean | ||
default: false | ||
description: "This release will be labeled as non-production ready" | ||
push: | ||
branches: | ||
- develop | ||
|
||
jobs: | ||
release: | ||
permissions: | ||
contents: write | ||
pull-requests: write | ||
uses: Adyen/adyen-node-api-library/.github/workflows/lib-release.yml@develop | ||
secrets: inherit | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Prepare the next main release | ||
uses: Adyen/[email protected] | ||
with: | ||
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }} | ||
develop-branch: develop | ||
release-branch: main | ||
version-files: src/common/configuration.go | ||
pre-release: ${{ inputs.pre-release || false }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8.0.0-beta |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.