Skip to content

Commit

Permalink
docs: Fix changelog path in release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Jan 23, 2024
1 parent f2c2c9a commit d1e1366
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/[email protected]
with:
release-type: node
- uses: google-github-actions/[email protected]
13 changes: 0 additions & 13 deletions CHANGELOG.md

This file was deleted.

13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.


## [15.1.0](https://github.com/plexinc/papr/compare/v15.0.0...v15.1.0) (2024-01-23)


### Features

* Support options for upsert model method ([#711](https://github.com/plexinc/papr/issues/711)) ([b92a507](https://github.com/plexinc/papr/commit/b92a507277c734423feb5f3abd163eb1ccafc47a))


### Bug Fixes

* Don't exclude null from oneOf type ([#719](https://github.com/plexinc/papr/issues/719)) ([47140c5](https://github.com/plexinc/papr/commit/47140c536fc6f69888c0fff09a45c4c9fa40a9eb))

## [15.0.0](https://github.com/plexinc/papr/compare/v14.1.0...v15.0.0) (2023-09-05)


Expand Down
5 changes: 4 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"changelog-path": "docs/CHANGELOG.md"
"changelog-path": "docs/CHANGELOG.md",
"include-component-in-tag": false,
"release-type": "node"
}
},
"pull-request-title-pattern": "chore${scope}: Release${component} ${version}"
Expand Down

0 comments on commit d1e1366

Please sign in to comment.