Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deployment): Edit Page V2 Automate the deploy of the SDK librar (#28259) #29437

Closed

Conversation

dcolina
Copy link
Contributor

@dcolina dcolina commented Aug 2, 2024

Proposed Changes

  • New GitHub Action to automate the process of publishing dotCMS SDK libraries to the NPM registry. It checks out the specified branch, sets up Node.js, calculates the next version, updates the versions and dependencies, and then publishes the packages to NPM.
  • The reusable-initialize was updated to add two new inputs, validation-level and custom-modules, to specify validation levels and custom modules respectively. Introduced a new output sdk_libs. Updated the changes job to include sdk_libs output, adjusted conditions for actions/checkout and dorny/paths-filter based on validation-level, and added logic to handle custom validation levels and modules.

Additional Info

Related to #28259 (Edit Page V2 Automate the deploy of the SDK libraries).

@dcolina dcolina requested a review from a team as a code owner August 2, 2024 12:59
@dcolina dcolina linked an issue Aug 2, 2024 that may be closed by this pull request
@dcolina dcolina marked this pull request as draft August 7, 2024 15:38
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@dcolina dcolina closed this Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Edit Page V2: Automate the deploy of the SDK libraries
1 participant