Skip to content

Commit

Permalink
Merge pull request #188 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 f1c263e + 2ba8a8d commit c116180
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 c116180

Please sign in to comment.