https://github.com/bats-core/.github
https://github.com/bats-core/.github
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bats-core/.github
- Owner: bats-core
- License: cc0-1.0
- Created: 2023-02-23T01:59:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T13:09:26.000Z (about 2 years ago)
- Last Synced: 2025-01-02T15:45:00.361Z (4 months ago)
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .github
Reusable workflows found in `.github/workflows`.
GitHub does not distinguish workflows that should run in this repository,
from reusable workflows that are expected to be called elsewhere.
The only way to tell is that reusable workflows include `workflow_call` event trigger.## Releasing
Reusable workflows, like actions, should have a `vMajor` git ref
such that consumers may pin to a fuzzy version and avoid receiving breaking changes.
To that end, the `tag-major` workflow will ensure a `vMajor` ref is kept up to date
in response to pushed tags.It is recommended in this repository to trigger a release by manually create a GitHub Release,
choosing the next version tag, and publishing (ideally using the generated release notes).