We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540e840 commit 4541e53Copy full SHA for 4541e53
release.mjs
@@ -25,7 +25,7 @@ import {createActionAuth} from '@octokit/auth-action';
25
//#region Constants
26
const PATH = '.';
27
const VERSION_PREFIX = 'v';
28
- const CONVENTION = await angularChangelogConvention;
+ const CONVENTION = await angularChangelogConvention();
29
const REPO_OWNER = 'coveo';
30
const REPO_NAME = 'push-api-client.js';
31
const GIT_USERNAME = 'github-actions';
0 commit comments