mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-14 00:01:35 +02:00
chore: release 2.14.0 (#179)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
committed by
GitHub
parent
e21ee01497
commit
7e0f05fbdf
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2.14.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.13.0...v2.14.0) (2021-01-08)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **release-please:** add support for Rust ([#177](https://www.github.com/google-github-actions/release-please-action/issues/177)) ([fce09f2](https://www.github.com/google-github-actions/release-please-action/commit/fce09f2994e8c6711169af3c92fdfda15fa30f05))
|
||||||
|
|
||||||
## [2.13.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.12.3...v2.13.0) (2020-12-29)
|
## [2.13.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.12.3...v2.13.0) (2020-12-29)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "2.13.0",
|
"version": "2.14.0",
|
||||||
"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.13.0",
|
"version": "2.14.0",
|
||||||
"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