Skip to content

Commit 587d3c0

Browse files
authored
chore: Add automated releases (#128)
1 parent 3ad8ec0 commit 587d3c0

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Automated release creation
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "30 7 * * 2"
7+
8+
jobs:
9+
release_management:
10+
uses: newrelic/coreint-automation/.github/workflows/reusable_release_automation.yaml@v3
11+
secrets: inherit
-20
Original file line numberDiff line numberDiff line change
@@ -1,20 +0,0 @@
1-
name: Trigger prerelease creation
2-
3-
# This workflow triggers a prerelease creation with changelog and the release notes created by the release toolkit.
4-
# This workflow should be triggered merely from the default branch.
5-
# If you wish to be 100% free creating a prerelease, just create it manually.
6-
7-
on:
8-
workflow_dispatch:
9-
schedule:
10-
- cron: "30 7 * * 2"
11-
12-
jobs:
13-
prerelease:
14-
uses: newrelic/coreint-automation/.github/workflows/trigger_prerelease.yaml@v3
15-
secrets:
16-
bot_token: ${{ secrets.COREINT_BOT_TOKEN }}
17-
slack_channel: ${{ secrets.COREINT_SLACK_CHANNEL }}
18-
slack_token: ${{ secrets.COREINT_SLACK_TOKEN }}
19-
with:
20-
rt-included-files: go.mod,go.sum,build/Dockerfile

0 commit comments

Comments
 (0)