Skip to content

Commit

Permalink
Update release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 11, 2023
1 parent 5e191d1 commit e32c8cb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/propose_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Propose Stable Release
on:
workflow_dispatch:
inputs:
release_type:
type: choice
description: Release Type
options:
- patch
- minor
- major
jobs:
update_version:
uses: neongeckocom/.github/.github/workflows/propose_semver_release.yml@master
with:
branch: dev
release_type: ${{ inputs.release_type }}
update_changelog: True
version_file: "neon_iris/version.py"
pull_changes:
uses: neongeckocom/.github/.github/workflows/pull_master.yml@master
needs: update_version
with:
pr_reviewer: neonreviewers
pr_assignee: ${{ github.actor }}
pr_draft: false
pr_title: ${{ needs.update_version.outputs.version }}
pr_body: ${{ needs.update_version.outputs.changelog }}
14 changes: 0 additions & 14 deletions .github/workflows/pull_master.yml

This file was deleted.

0 comments on commit e32c8cb

Please sign in to comment.