mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 01:01:37 +02:00
chore(main): release 3.1.4 (#455)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
committed by
GitHub
parent
7af273c614
commit
ce55e20fcc
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### [3.1.4](https://github.com/google-github-actions/release-please-action/compare/v3.1.3...v3.1.4) (2022-03-20)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update release-please to 13.6.0 ([#452](https://github.com/google-github-actions/release-please-action/issues/452)) ([d17599a](https://github.com/google-github-actions/release-please-action/commit/d17599a3da0edc55964ea48d4d17267fc4cbc51d))
|
||||||
|
|
||||||
### [3.1.3](https://github.com/google-github-actions/release-please-action/compare/v3.1.2...v3.1.3) (2022-03-01)
|
### [3.1.3](https://github.com/google-github-actions/release-please-action/compare/v3.1.2...v3.1.3) (2022-03-01)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.6.0",
|
"@actions/core": "^1.6.0",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"description": "automated releases based on conventional commits",
|
"description": "automated releases based on conventional commits",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user