mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 16:29:42 +08:00
Fix changelog fileName
This commit is contained in:
@@ -131,7 +131,7 @@ function updatePackageJson(version) {
|
||||
}
|
||||
|
||||
function generateChangelog() {
|
||||
exec.execSync('gren changelog');
|
||||
exec.execSync('npm run generate-changelog');
|
||||
exec.execSync(`git add ${grenrc.changelogFileName}`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user