@ondrejbelza/semantic-release-jira 1.5.0 → 1.7.0

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.
package/dist/consts.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export declare const DEFAULT_VERSION_TEMPLATE = "v${version}";
2
- export declare const DEFAULT_RELEASE_DESCRIPTION_TEMPLATE = "# Release notes - {{version}}\n## Issues\n{{#each issues}}\n - [{{type}}] [{{ key }}]({{ link }}) {{ title }}\n \n Short description: {{ description }}\n \n Assigned to: {{ assignee }}\n{{/each}}\n\nRelease notes were automatically generated";
2
+ export declare const DEFAULT_RELEASE_DESCRIPTION_TEMPLATE = "# Release notes - {{version}}\n\n## Issues\n{{#each issues}}\n - [{{type}}] [{{ key }}]({{ link }}) {{ title }}\n - Short description: {{ description }}\n - Assigned to: {{ assignee }}\n\n{{/each}}\n\nRelease notes were automatically generated";
package/dist/consts.js CHANGED
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DEFAULT_RELEASE_DESCRIPTION_TEMPLATE = exports.DEFAULT_VERSION_TEMPLATE = void 0;
4
4
  exports.DEFAULT_VERSION_TEMPLATE = "v${version}";
5
5
  exports.DEFAULT_RELEASE_DESCRIPTION_TEMPLATE = `# Release notes - {{version}}
6
+
6
7
  ## Issues
7
8
  {{#each issues}}
8
9
  - [{{type}}] [{{ key }}]({{ link }}) {{ title }}
9
-
10
- Short description: {{ description }}
11
-
12
- Assigned to: {{ assignee }}
10
+ - Short description: {{ description }}
11
+ - Assigned to: {{ assignee }}
12
+
13
13
  {{/each}}
14
14
 
15
15
  Release notes were automatically generated`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ondrejbelza/semantic-release-jira",
3
- "version": "1.5.0",
3
+ "version": "1.7.0",
4
4
  "description": "semantic release jira releases plugin",
5
5
  "homepage": "https://github.com/mailstepcz/semantic-release-jira#readme",
6
6
  "bugs": {