Skip to content

Create the Release pull request #2

Create the Release pull request

Create the Release pull request #2

name: Create the Release pull request
on:
workflow_dispatch:
jobs:
create_release_pull_request:
name: Create the Release pull request
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Check out the latest code
uses: actions/checkout@v4
- name: Read the current version
id: version
uses: christian-draeger/[email protected]
with:
path: "version.properties"
properties: "templateScriptVersion"
- uses: nimblehq/github-actions-workflows/[email protected]
with:
release_version: ${{ steps.version.outputs.templateScriptVersion }}
changelog_configuration: ".github/workflows/config/changelog-release.json"
assignee: bot-nimble