1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 10:37:47 +02:00

chore(main): release 3.1.1 (#432)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
Google GitHub Actions Bot
2022-02-11 10:19:37 -05:00
committed by GitHub
parent 7f28f07ee2
commit a689e64b01
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [3.1.1](https://github.com/google-github-actions/release-please-action/compare/v3.1.0...v3.1.1) (2022-02-11)
### Bug Fixes
* **release-please:** include-component-in-tag ignored in manifest ([#430](https://github.com/google-github-actions/release-please-action/issues/430)) ([42a3581](https://github.com/google-github-actions/release-please-action/commit/42a3581394a03aae8f8eb785a2d4e0774f49bec2))
## [3.1.0](https://github.com/google-github-actions/release-please-action/compare/v3.0.1...v3.1.0) (2022-01-22)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "3.1.0",
"version": "3.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "3.1.0",
"version": "3.1.1",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",

View File

@@ -1,7 +1,7 @@
{
"name": "release-please-action",
"private": true,
"version": "3.1.0",
"version": "3.1.1",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {