https://github.com/project-openubl/release-tools
Release tooling for Openubl projects
https://github.com/project-openubl/release-tools
Last synced: 3 months ago
JSON representation
Release tooling for Openubl projects
- Host: GitHub
- URL: https://github.com/project-openubl/release-tools
- Owner: project-openubl
- Created: 2025-03-01T17:10:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T17:42:26.000Z (3 months ago)
- Last Synced: 2025-03-01T18:33:30.190Z (3 months ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Release Tools
This project contains, or should contain, all of the configuration and automation to maintain, build, and release Openubl projects.
Check out the [config.yaml](./pkg/config/config.yaml) to see:
1. The repositories we are managing
1. The Labels we are configuring in repositories
1. The milestones we are configuring in repositoriesThis allows us to have a single source of truth to make sure that, as we create
enhancments, issues, and pull requests, they can be tracked properly.You can find our reusable GitHub Workflows in [./.github/workflows](./.github/workflows).