From 09ffb045d8fbc95aa0711a085b58eb4698be04dc Mon Sep 17 00:00:00 2001 From: Yuya Kusakabe Date: Mon, 2 Sep 2024 17:32:37 +0900 Subject: [PATCH] fix: fix release-please config --- CHANGELOG.md | 8 -------- release-please-config.json | 2 ++ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ec77e..2effefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,6 @@ ## [1.1.11](https://github.com/higebu/vagrant-vyos/compare/v1.1.10...v1.1.11) (2024-09-02) -### Bug Fixes - -* **deps:** update actions/checkout action to v4 ([4871f71](https://github.com/higebu/vagrant-vyos/commit/4871f71f2039061f8ad22356a9e0aa9d86b9312a)) -* use simplecov-cobertura for coverage formatter ([31bf554](https://github.com/higebu/vagrant-vyos/commit/31bf5544d5470f9516e3fbe91e60321fa4e21092)) - -## [1.1.11](https://github.com/higebu/vagrant-vyos/compare/v1.1.10...v1.1.11) (2024-09-02) - - ### Bug Fixes * **deps:** update actions/checkout action to v4 ([4871f71](https://github.com/higebu/vagrant-vyos/commit/4871f71f2039061f8ad22356a9e0aa9d86b9312a)) diff --git a/release-please-config.json b/release-please-config.json index f0fb29b..47a3624 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,8 @@ { "packages": { ".": { + "package-name": "vagrant-vyos", + "version-file": "lib/vagrant-vyos/version.rb", "changelog-path": "CHANGELOG.md", "release-type": "ruby", "bump-minor-pre-major": false,