mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 11:31:43 +02:00
chore: release 2.10.1 (#128)
This commit is contained in:
committed by
GitHub
parent
d5b0c3523e
commit
985c763f4a
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### [2.10.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.10.0...v2.10.1) (2020-12-03)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* fix readme typo ([#125](https://www.github.com/google-github-actions/release-please-action/issues/125)) ([d5b0c35](https://www.github.com/google-github-actions/release-please-action/commit/d5b0c3523e4cae31bc0a75685616e21df3197a90))
|
||||||
|
* **release-please:** fix for merge commits ([#126](https://www.github.com/google-github-actions/release-please-action/issues/126)) ([35f9456](https://www.github.com/google-github-actions/release-please-action/commit/35f94566f5857aafe9fdaad7b2e7df122aac5a92))
|
||||||
|
|
||||||
## [2.10.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.9.3...v2.10.0) (2020-12-01)
|
## [2.10.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.9.3...v2.10.0) (2020-12-01)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "2.10.0",
|
"version": "2.10.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.10.0",
|
"version": "2.10.1",
|
||||||
"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