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 5ca2f06 commit fe24984Copy full SHA for fe24984
src/cmds/changelogs/single.js
@@ -10,7 +10,7 @@ module.exports = class SingleChangelogCommand {
10
this.usage = 'changelogs:single <file> [options]';
11
this.description = 'Sync a single Markdown file to your ReadMe project as a Changelog post.';
12
this.cmdCategory = 'changelogs';
13
- this.position = 3;
+ this.position = 2;
14
15
this.hiddenArgs = ['filePath'];
16
this.args = [
0 commit comments