Skip to content

Commit

Permalink
chore: use current release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Dec 9, 2024
1 parent 86ce3f6 commit 9ba64d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gh-release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { join } from 'node:path';
import open from 'open';
import createReleaseUrl from 'new-github-release-url';

const output = child_process.execSync('npx conventional-changelog -p angular -r 2');
const output = child_process.execSync('npx conventional-changelog -p angular -r 1');

const packageText = readFileSync(join(process.cwd(), 'package.json'));
const packageJson = JSON.parse(packageText.toString());
Expand Down

0 comments on commit 9ba64d1

Please sign in to comment.