mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 10:37:47 +02:00
chore: release 2.30.0 (#347)
This commit is contained in:
committed by
GitHub
parent
d6f40e4317
commit
fc74088d86
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [2.30.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.29.2...v2.30.0) (2021-08-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add support for simple php projects ([#344](https://www.github.com/google-github-actions/release-please-action/issues/344)) ([d6f40e4](https://www.github.com/google-github-actions/release-please-action/commit/d6f40e4317daf6906456fefc0d4c081dfe03b51d))
|
||||
|
||||
### [2.29.2](https://www.github.com/google-github-actions/release-please-action/compare/v2.29.1...v2.29.2) (2021-08-05)
|
||||
|
||||
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "release-please-action",
|
||||
"version": "2.29.2",
|
||||
"version": "2.30.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "release-please-action",
|
||||
"version": "2.29.2",
|
||||
"version": "2.30.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "release-please-action",
|
||||
"private": true,
|
||||
"version": "2.29.2",
|
||||
"version": "2.30.0",
|
||||
"description": "automated releases based on conventional commits",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user