polyci 0.0.9 → 0.0.10

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -209,6 +209,7 @@ function appendModuleReleaseJob(lines, module) {
209
209
  lines.push(` - cp -r ci $MODULE_PATH/ci`);
210
210
  lines.push(` - cd $MODULE_PATH`);
211
211
  lines.push(` - npm ci`);
212
+ lines.push(` - git tag -l "ui-v*-$CI_COMMIT_BRANCH-*"`);
212
213
  lines.push(` - npx semalease --tag-pattern "^${module.moduleName}-v(?<version>\\d+(\\.\\d+)*)-$CI_COMMIT_BRANCH-(?<increment>\\d+(\\.\\d+)*)$" semalease.env`);
213
214
  lines.push(` - source semalease.env`);
214
215
  lines.push(` - |`);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "polyci",
3
3
  "description": "Monorepo CI/CD utilities.",
4
- "version": "0.0.9",
4
+ "version": "0.0.10",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "author": "Alexander Tsarev",