1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 02:27:48 +02:00
Commit Graph

157 Commits

Author SHA1 Message Date
Jeff Ching
9cf05a09b1 feat!: v4 release (#871)
Any advanced configuration should be done via a
release-please-config.json.

Fixes #859
Fixes #858
Fixes #857
Fixes #852

feat!: remove most configuration options in favor of manifest
configuration to configure the release-please-action
refactor!: rewrite in typescript
feat!: remove command option in favor of setting `release-type` and
`skip-github-release`/`skip-github-pull-request`
feat!: run on node20
deps!: upgrade release-please to v16
2023-11-29 13:09:28 -08:00
Jeff Ching
910801217b fix(deps): bump dependency versions (#849)
ran `npm audit fix`
2023-11-02 12:36:13 -07:00
Sébastien Règne
c3f4481840 chore: fix build (digital envelope routines) (#837)
Fix the
[build](https://github.com/google-github-actions/release-please-action/actions/runs/6384766312/job/17328084659):

```
> release-please-action@3.7.12 build
> ncc build index.js

ncc: Version 0.27.0
ncc: Compiling file index.js
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:68:19)
    at Object.createHash (node:crypto:138:10)
    at hashOf (/home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:1:3253134)
    at ncc (/home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:1:3256648)
    at runCmd (/home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:51537)
    at 819 (/home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:48344)
    at __webpack_require__ (/home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:55043)
    at /home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:55194
    at /home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:55220
    at Object.<anonymous> (/home/runner/work/release-please-action/release-please-action/node_modules/@vercel/ncc/dist/ncc/cli.js:8:28) {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
```

I think the problem is linked to the [Node version
upgrade](https://github.com/google-github-actions/release-please-action/pull/835)
and the [OpenSSL
version](https://nodejs.org/fr/blog/vulnerability/openssl-november-2022).
The `@vercel/ncc` upgrade fixes the problem because they
[replaced](https://github.com/vercel/ncc/pull/868) a deprecated hash
algorithm with _sha256_.
2023-11-01 11:05:01 -07:00
Google GitHub Actions Bot
1c7728c18b chore: build dist (#827)
Build dist PR
2023-09-28 10:06:33 -07:00
Google GitHub Actions Bot
48f987371f chore: build dist (#826)
Build dist PR
2023-09-11 11:34:50 -07:00
Google GitHub Actions Bot
d591e52635 chore: build dist (#799)
Build dist PR
2023-07-20 08:45:42 -07:00
Google GitHub Actions Bot
a1aeb30206 chore: build dist (#782)
Build dist PR
2023-06-23 11:14:29 -07:00
Google GitHub Actions Bot
221cfd7fc8 chore: build dist (#764)
Build dist PR

Co-authored-by: Jeff Ching <chingor@google.com>
2023-05-25 19:05:01 +00:00
Google GitHub Actions Bot
5f9ebd2844 chore: build dist (#758)
Build dist PR
2023-04-11 08:54:29 -07:00
Google GitHub Actions Bot
51cf0de9b9 chore: build dist (#751)
Build dist PR
2023-04-10 11:12:07 -07:00
Google GitHub Actions Bot
05f40328a0 chore: build dist (#739)
Build dist PR
2023-03-28 12:29:29 -07:00
Google GitHub Actions Bot
5c7e88a484 chore: build dist (#732)
Build dist PR
2023-03-07 10:19:55 -08:00
Google GitHub Actions Bot
4e9dcc58bb chore: build dist (#730)
Build dist PR
2023-03-07 09:40:05 -08:00
Google GitHub Actions Bot
99daaf511f chore: build dist (#716)
Build dist PR
2023-02-13 17:00:58 +00:00
Google GitHub Actions Bot
a57fbf26b0 chore: build dist (#696)
Build dist PR
2023-01-18 12:13:12 -08:00
Google GitHub Actions Bot
c9a1c39b1a chore: build dist (#691)
Build dist PR
2023-01-13 21:56:23 +00:00
Google GitHub Actions Bot
8ab9ca179d chore: build dist (#677)
Build dist PR
2022-12-13 12:04:27 -08:00
Google GitHub Actions Bot
264b85cc6b chore: build dist (#675)
Build dist PR
2022-12-08 08:51:52 -08:00
Google GitHub Actions Bot
e6d565feb2 chore: build dist (#673)
Build dist PR
2022-12-08 08:49:16 -08:00
Google GitHub Actions Bot
81a2512e00 chore: build dist (#665)
Build dist PR
2022-11-23 09:09:16 -08:00
Julian Li
714f07f3ae feat: support proxy configuration (#621)
support proxy configuration
2022-11-08 18:03:38 -08:00
Google GitHub Actions Bot
27bceafeb6 chore: build dist (#659)
chore: build dist release-please-action
2022-11-08 10:57:40 -08:00
Google GitHub Actions Bot
c937c73db2 chore: build dist (#646)
chore: build dist release-please-action
2022-10-26 09:36:51 -07:00
Google GitHub Actions Bot
6cb7764bc0 chore: build dist (#609)
chore: build dist release-please-action
2022-09-08 21:16:25 +00:00
Google GitHub Actions Bot
2840bca340 chore: build dist (#579)
chore: build dist release-please-action
2022-08-22 09:55:03 -07:00
Google GitHub Actions Bot
c196e90fb5 chore: build dist (#571)
chore: build dist release-please-action

Co-authored-by: Jeff Ching <chingor@google.com>
2022-08-16 16:37:01 +00:00
Google GitHub Actions Bot
e033133436 chore: build dist (#570)
chore: build dist release-please-action
2022-08-16 09:28:52 -07:00
Google GitHub Actions Bot
448897126a chore: build dist (#567)
chore: build dist release-please-action
2022-08-15 14:16:06 -07:00
Google GitHub Actions Bot
6a05e01ec0 chore: build dist (#560)
chore: build dist release-please-action
2022-08-15 19:46:47 +00:00
Google GitHub Actions Bot
51a2017af2 chore: build dist (#556)
chore: build dist release-please-action
2022-08-10 11:29:16 -07:00
Google GitHub Actions Bot
31d4a5caaf chore: build dist (#553)
chore: build dist release-please-action
2022-08-10 09:34:25 -07:00
Google GitHub Actions Bot
f2231b744d chore: build dist (#551)
chore: build dist release-please-action
2022-08-09 23:27:07 +00:00
Google GitHub Actions Bot
ec4b106173 chore: build dist (#538)
chore: build dist release-please-action
2022-07-27 21:45:42 +00:00
Google GitHub Actions Bot
2023ce4d12 chore: build dist (#529)
chore: build dist release-please-action
2022-07-18 15:44:29 -07:00
Google GitHub Actions Bot
07b1f35360 chore: build dist (#517)
chore: build dist release-please-action
2022-07-05 13:43:27 -04:00
Google GitHub Actions Bot
85d58c45e9 chore: build dist (#512)
chore: build dist release-please-action
2022-06-30 12:34:55 -07:00
Google GitHub Actions Bot
7e9368d325 chore: build dist release-please-action (#502) 2022-06-01 15:30:25 -07:00
Google GitHub Actions Bot
a13d38996a chore: build dist release-please-action (#493) 2022-05-18 19:52:16 +00:00
Google GitHub Actions Bot
e3b39f9e95 chore: build dist release-please-action (#489) 2022-05-18 09:30:43 -07:00
Google GitHub Actions Bot
505fed925d chore: build dist release-please-action (#484) 2022-05-13 14:25:08 -07:00
Google GitHub Actions Bot
773ba3ce69 chore: build dist release-please-action (#476) 2022-05-02 09:51:30 -07:00
Google GitHub Actions Bot
75696baa78 chore: build dist release-please-action (#470) 2022-04-21 09:38:34 -07:00
Google GitHub Actions Bot
57f22808da chore: build dist release-please-action (#467) 2022-04-20 13:36:26 -04:00
Google GitHub Actions Bot
dc68c88725 chore: build dist release-please-action (#463) 2022-04-12 15:18:19 -07:00
Google GitHub Actions Bot
7af273c614 chore: build dist release-please-action (#454) 2022-03-20 10:06:41 -04:00
Google GitHub Actions Bot
732da67043 chore: build dist release-please-action (#448) 2022-03-01 12:47:34 -08:00
Google GitHub Actions Bot
098d26660c chore: build dist release-please-action (#440)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
2022-02-19 10:57:05 -05:00
Google GitHub Actions Bot
7f28f07ee2 chore: build dist release-please-action (#431) 2022-02-11 08:27:27 -05:00
Google GitHub Actions Bot
1ef8aa499c chore: build dist release-please-action (#424) 2022-01-22 13:35:08 -05:00
Jonathan Cornaz
a487a5bdc8 feat: add extra-files input (#410) 2022-01-17 13:58:55 -05:00