@cmflow/cli 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmflow/cli",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "An awesome Git Flow",
5
5
  "author": "camfou",
6
6
  "license": "MIT",
@@ -6,6 +6,7 @@ import { triggerDirectusFlow } from "../common/back/directus/directus-flow.js";
6
6
  import { jiraGetReleasesAndIssues } from "../common/back/jira/jira-get-releases-and-issues.js";
7
7
  import { jiraIssueMoveTo } from "../common/back/jira/jira-issue-move-to.js";
8
8
  import { updateJiraRelease } from "../common/back/jira/jira-releases.js";
9
+ import { getConfig } from "../common/index.js";
9
10
 
10
11
  const TYPES = {
11
12
  Story: "feat",
@@ -108,7 +109,7 @@ ${context.releases
108
109
  .filter((line) => line !== false)
109
110
  .join("\n\n")}
110
111
 
111
- L'équipe API
112
+ L'Equipe API
112
113
  `;
113
114
 
114
115
  console.log(note);