1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 06:01:38 +02:00

feat(release-please): add support for ocaml (#189)

Refs: https://github.com/googleapis/release-please/pull/697
This commit is contained in:
Benjamin E. Coe
2021-01-11 20:33:54 -08:00
committed by GitHub
parent 1319f9e357
commit c1aca05241
3 changed files with 6 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3046,9 +3046,9 @@
"dev": true
},
"release-please": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-9.1.0.tgz",
"integrity": "sha512-qUAE6WO2rBbMobUQRx3DbTqfL/6BiiTrNyZEEgwGyIKrwGAnK1Iu8XRuixh4MT8MfPHQwUKAqn27JEOL+wSXsQ==",
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-9.2.0.tgz",
"integrity": "sha512-FoTTOODxbnptIfXdw2YsEsprBmsKohW1hzHBOx00zzoRyXg/utcJEtWesH1C4cs4Bc4jv0y0nX3O2QTEJQce1w==",
"requires": {
"@conventional-commits/parser": "^0.4.1",
"@iarna/toml": "^2.2.5",