mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 10:37:47 +02:00
chore: release 2.31.0 (#359)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
committed by
GitHub
parent
aa64600be9
commit
6a9c957f09
13
CHANGELOG.md
13
CHANGELOG.md
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## [2.31.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.30.0...v2.31.0) (2021-09-09)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* adds elixir support ([#354](https://www.github.com/google-github-actions/release-please-action/issues/354)) ([59f4915](https://www.github.com/google-github-actions/release-please-action/commit/59f49151772e19ad5a5c7959831ce4252f538789))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* `Unexpected input(s)` warning for inputs: `config-file` & `manifest-file` ([#356](https://www.github.com/google-github-actions/release-please-action/issues/356)) ([f19ddf2](https://www.github.com/google-github-actions/release-please-action/commit/f19ddf2fe64b11510b2a743ecb73af5bb693d79d))
|
||||
* **build:** action with support for PHP ([fd790a2](https://www.github.com/google-github-actions/release-please-action/commit/fd790a278caa544313600a3eb908e5ebaecc6cc5))
|
||||
|
||||
## [2.30.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.29.2...v2.30.0) (2021-08-25)
|
||||
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "release-please-action",
|
||||
"version": "2.30.0",
|
||||
"version": "2.31.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "release-please-action",
|
||||
"private": true,
|
||||
"version": "2.30.0",
|
||||
"version": "2.31.0",
|
||||
"description": "automated releases based on conventional commits",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user