Skip to content

Commit

Permalink
chore: Add automated releases (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsanmi committed Apr 25, 2024
1 parent 3ad8ec0 commit 587d3c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/automated_release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Automated release creation

on:
workflow_dispatch:
schedule:
- cron: "30 7 * * 2"

jobs:
release_management:
uses: newrelic/coreint-automation/.github/workflows/reusable_release_automation.yaml@v3
secrets: inherit
20 changes: 0 additions & 20 deletions .github/workflows/trigger_prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,20 +0,0 @@
name: Trigger prerelease creation

# This workflow triggers a prerelease creation with changelog and the release notes created by the release toolkit.
# This workflow should be triggered merely from the default branch.
# If you wish to be 100% free creating a prerelease, just create it manually.

on:
workflow_dispatch:
schedule:
- cron: "30 7 * * 2"

jobs:
prerelease:
uses: newrelic/coreint-automation/.github/workflows/trigger_prerelease.yaml@v3
secrets:
bot_token: ${{ secrets.COREINT_BOT_TOKEN }}
slack_channel: ${{ secrets.COREINT_SLACK_CHANNEL }}
slack_token: ${{ secrets.COREINT_SLACK_TOKEN }}
with:
rt-included-files: go.mod,go.sum,build/Dockerfile

0 comments on commit 587d3c0

Please sign in to comment.