Skip to content

Commit 318c203

Browse files
authored
ci: fix changelog file path (#7835)
1 parent 6f25ea9 commit 318c203

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [4.10.6](https://github.com/parse-community/parse-server/compare/4.10.5...4.10.6) (2022-02-12)
2+
3+
4+
### Bug Fixes
5+
6+
* update graphql dependencies to work with Parse Dashboard ([#7658](https://github.com/parse-community/parse-server/issues/7658)) ([350ecde](https://github.com/parse-community/parse-server/commit/350ecdee590f1b9d721895b2c79306c01622c3fc))
7+
8+
## [4.10.5](https://github.com/parse-community/parse-server/compare/4.10.4...4.10.5) (2022-02-12)
9+
10+
11+
### Bug Fixes
12+
13+
* security upgrade follow-redirects from 1.13.0 to 1.14.8 ([#7803](https://github.com/parse-community/parse-server/issues/7803)) ([611332e](https://github.com/parse-community/parse-server/commit/611332ea33831258efd3dd2f2c621c2e35fc95d3))
14+
115
# 4.10.4
216
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.10.3...4.10.4)
317

changelogs/CHANGELOG.md

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

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function config() {
2828
console.log(`Running on branch: ${branch}`);
2929

3030
// Set changelog file
31-
const changelogFile = `./changelogs/CHANGELOG.md`;
31+
const changelogFile = `./CHANGELOG.md`;
3232
console.log(`Changelog file output to: ${changelogFile}`);
3333

3434
// Load template file contents

0 commit comments

Comments
 (0)