Skip to content

Commit d1e1366

Browse files
committed
docs: Fix changelog path in release-please config
1 parent f2c2c9a commit d1e1366

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ jobs:
1313
release:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: google-github-actions/[email protected]
17-
with:
18-
release-type: node
16+
- uses: google-github-actions/[email protected]

CHANGELOG.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
6+
## [15.1.0](https://github.com/plexinc/papr/compare/v15.0.0...v15.1.0) (2024-01-23)
7+
8+
9+
### Features
10+
11+
* Support options for upsert model method ([#711](https://github.com/plexinc/papr/issues/711)) ([b92a507](https://github.com/plexinc/papr/commit/b92a507277c734423feb5f3abd163eb1ccafc47a))
12+
13+
14+
### Bug Fixes
15+
16+
* Don't exclude null from oneOf type ([#719](https://github.com/plexinc/papr/issues/719)) ([47140c5](https://github.com/plexinc/papr/commit/47140c536fc6f69888c0fff09a45c4c9fa40a9eb))
17+
518
## [15.0.0](https://github.com/plexinc/papr/compare/v14.1.0...v15.0.0) (2023-09-05)
619

720

release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
23
"packages": {
34
".": {
4-
"changelog-path": "docs/CHANGELOG.md"
5+
"changelog-path": "docs/CHANGELOG.md",
6+
"include-component-in-tag": false,
7+
"release-type": "node"
58
}
69
},
710
"pull-request-title-pattern": "chore${scope}: Release${component} ${version}"

0 commit comments

Comments
 (0)