Skip to content

Commit 71b8d1f

Browse files
author
Illia Obukhau
authored
Move automation utils (#209)
2 parents 585db1e + f088028 commit 71b8d1f

File tree

97 files changed

+191
-186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+191
-186
lines changed

.github/configs/labeler.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ video-player-web:
7171
# Internals
7272
pluggable-widgets-commons:
7373
- packages/*/pluggable-widgets-commons/**/*
74-
release-utils-internal:
75-
- packages/*/release-utils-internal/**/*
74+
automation:
75+
- automation/**/*
76+
- .github/**/*

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ mendixProject
2121
**/pluggableWidgets/**/artifacts
2222
**/gh-*/release-notes.txt
2323

24-
**/release-utils-internal/**/parser/module/module.js
25-
**/release-utils-internal/**/parser/widget/widget.js
24+
**/automation/utils/**/parser/module/module.js
25+
**/automation/utils/**/parser/widget/widget.js
2626

2727
**/cypress/videos
2828
**/cypress/screenshots

packages/tools/release-utils-internal/.eslintignore renamed to automation/utils/.eslintignore

File renamed without changes.

packages/tools/release-utils-internal/bin/rui-bump-version.ts renamed to automation/utils/bin/rui-bump-version.ts

File renamed without changes.

packages/tools/release-utils-internal/bin/rui-changelog-helper.ts renamed to automation/utils/bin/rui-changelog-helper.ts

File renamed without changes.

packages/tools/release-utils-internal/bin/rui-create-gh-release.ts renamed to automation/utils/bin/rui-create-gh-release.ts

File renamed without changes.

packages/tools/release-utils-internal/bin/rui-publish-marketplace.ts renamed to automation/utils/bin/rui-publish-marketplace.ts

File renamed without changes.

packages/tools/release-utils-internal/bin/rui-update-changelog-module.ts renamed to automation/utils/bin/rui-update-changelog-module.ts

File renamed without changes.

packages/tools/release-utils-internal/bin/rui-update-changelog-widget.ts renamed to automation/utils/bin/rui-update-changelog-widget.ts

File renamed without changes.

packages/tools/release-utils-internal/bin/rui-verify-package-format.ts renamed to automation/utils/bin/rui-verify-package-format.ts

File renamed without changes.

0 commit comments

Comments
 (0)