Skip to content

Commit

Permalink
Update GitHub release automation (#6)
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 e35dd05 commit 53f6009
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/propose_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Propose Stable Release
on:
workflow_dispatch:
jobs:
update_version:
uses: neongeckocom/.github/.github/workflows/propose_dated_release.yml@master
with:
branch: dev
update_changelog: true
# Changelog automation fails with this large repo
version_file: "neon_minerva/version.py"

pull_changes:
uses: neongeckocom/.github/.github/workflows/pull_master.yml@master
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 53f6009

Please sign in to comment.