@mservices-tech/scripts 3.2.2 → 3.2.3-scripts-release-refactor-rc.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.
@@ -8,7 +8,7 @@ module.exports = {
8
8
  // to the release commit. This prebump script, together with commitAll: true
9
9
  // option, let's us do that
10
10
  prebump: 'git add .',
11
- postchangelog: `./node_modules/@mservicestech/scripts/removeGitHashesFromMarkdownFile/removeGitHashesFromMarkdownFile.js --markdown-file=./CHANGELOG.md${process.env.TRACK_DEPENDENCIES === 'true' ? ' && bash ./node_modules/@mservicestech/scripts/enrich_changelog_with_dependency_changes/enrich_changelog_with_dependency_changes.sh' : ''}`,
11
+ postchangelog: `./node_modules/@mservices-tech/scripts/removeGitHashesFromMarkdownFile/removeGitHashesFromMarkdownFile.js --markdown-file=./CHANGELOG.md${process.env.TRACK_DEPENDENCIES === 'true' ? ' && bash ./node_modules/@mservices-tech/scripts/enrich_changelog_with_dependency_changes/enrich_changelog_with_dependency_changes.sh' : ''}`,
12
12
  },
13
13
  types: [
14
14
  { type: 'feat', section: 'Features' },
@@ -9,7 +9,7 @@ Usage:
9
9
  Where:
10
10
  help - show usage information and exit
11
11
  node-module-path - relative path of the folder in node_modeles where built project is located
12
- eg. @mservicestech/utils or @mbank-design/design-system
12
+ eg. @mservices-tech/utils or @mbank-design/design-system
13
13
  project-path - path of project package to which the build should be copied
14
14
  Description:
15
15
  Copies the built project to the node_modules of project specified