Skip to content

Commit

Permalink
Update GitHub release automation (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Oct 26, 2023
1 parent 608efa1 commit 0c958e5
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/propose_release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
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_dated_release.yml@master
uses: neongeckocom/.github/.github/workflows/propose_semver_release.yml@master
with:
branch: dev
update_changelog: true
# Changelog automation fails with this large repo
release_type: ${{ inputs.release_type }}
update_changelog: True
version_file: "neon_minerva/version.py"

pull_changes:
uses: neongeckocom/.github/.github/workflows/pull_master.yml@master
needs: update_version
with:
pr_reviewer: neonreviewers
pr_assignee: ${{ github.actor }}
Expand Down

0 comments on commit 0c958e5

Please sign in to comment.