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

6 Commits

Author SHA1 Message Date
Lorenzo Zabot
6effe5c681 ci: bump gh actions versions (#870)
Signed-off-by: Jeff Ching <chingor@google.com>
Co-authored-by: Jeff Ching <chingor@google.com>
2023-12-01 14:01:51 -08:00
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
ca61f372ac ci: add action to try to build the dist file (#850)
Tries to compile the single .js file. If the command fails, then the
test is marked as a failure.
2023-11-06 13:35:45 -05:00
Jeff Ching
ff057410e0 ci: test on node 18 and 20 (#835) 2023-10-02 12:47:35 -07:00
dependabot[bot]
bd65041d06 fix: bump release-please from 13.21.0 to 14.5.0 (#607)
* fix: bump release-please from 13.21.0 to 14.5.0

Bumps [release-please](https://github.com/googleapis/release-please) from 13.21.0 to 14.5.0.
- [Release notes](https://github.com/googleapis/release-please/releases)
- [Changelog](https://github.com/googleapis/release-please/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/release-please/compare/v13.21.0...v14.5.0)

---
updated-dependencies:
- dependency-name: release-please
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* run ci on node 14, 16

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff Ching <chingor@google.com>
2022-09-08 14:13:33 -07:00
Benjamin E. Coe
fe20625bea test: add tests and configure CI/CD (#104) 2020-11-25 11:10:46 -08:00