feat: generated docs, and original workflows

This commit is contained in:
allanice001
2025-11-06 02:36:17 +00:00
parent ea26b8526c
commit fa6f7ede1f
18 changed files with 630 additions and 2 deletions

32
.github/release.yml vendored Normal file
View File

@@ -0,0 +1,32 @@
####
## This is managed via https://github.com/internal-GlueOps/github-shared-files-sync . Any changes to this file may be overridden by our automation
####
changelog:
exclude:
labels:
- 'ignore'
# authors:
# - 'glueops-terraform-svc-account'
# - 'glueops-svc-account'
# - 'glueops-renovatebot'
categories:
- title: Breaking Changes 🛠
labels:
- 'major'
- 'breaking-change'
- title: Enhancements 🎉
labels:
- 'minor'
- 'enhancement'
- 'new-feature'
- title: Other 🐛
labels:
- 'auto-update'
- 'patch'
- 'fix'
- 'bugfix'
- 'bug'
- 'hotfix'
- 'dependencies'
- 'include-in-release-notes'