refactor: 각 어댑터터별 리펙토링 진행
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
name: jpa-release
|
||||
|
||||
# The release gate. Every item in docs/jpa/support-matrix.md's gate table has a job or an assertion
|
||||
# here, and JpaReleaseManifest parses that document so a gate removed from the docs fails the build
|
||||
# The release gate. src/config/jpa/release-registry.json is the source: every gate it declares has a
|
||||
# job or an assertion here, JpaReleaseRenderingTest holds this file's matrix and promotion lists to
|
||||
# the registry's Stable majors, and verifyJpaReleaseGateTasks resolves each gate's task against the
|
||||
# real Gradle graph. So a gate removed from the registry, or a major demoted in it, fails the build
|
||||
# rather than quietly ceasing to be checked.
|
||||
#
|
||||
# The matrix below is therefore not free to drift: editing it without editing the registry fails the
|
||||
# unit lane.
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user