Skip to content

Commit

Permalink
Merge pull request #168 from xmidt-org/add-auto-releaser
Browse files Browse the repository at this point in the history
Add auto patch releaser.
  • Loading branch information
schmidtw authored Jan 21, 2024
2 parents 9d0ba84 + fbf8a26 commit 9ff81d2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-releaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: 'Automatically relase patch versions.'

on:
schedule: # Run every day at 12:00 UTC
- cron: '0 12 * * *'
workflow_dispatch:

jobs:
release:
uses: xmidt-org/shared-go/.github/workflows/auto-releaser.yml@d3950e69700e2957d27645a5532cd717d6835746 # v4.2.1

0 comments on commit 9ff81d2

Please sign in to comment.