Explorar el Código
Merge pull request #17038 from deepeshgarg007/semantic_release_beta
chore: Enable semantic release for version-14-beta branch
version-14
Deepesh Garg
hace 3 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
.github/workflows/release.yml
|
|
@@ -2,7 +2,7 @@ name: Generate Semantic Release |
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- version-13 |
|
|
|
- [version-13, version-14-beta] |
|
|
|
jobs: |
|
|
|
release: |
|
|
|
name: Release |
|
|
|