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

[DO NOT MERGE] NO-ISSUE: Renamed SWF VS Code extension to Openshift Serverless Logic Editor and added update-version-to option to maven build #18

Closed
wants to merge 4 commits into from

Conversation

paulovmr
Copy link
Member

DO NOT MERGE as the scope of this PR is still being discussed and validated.

This PR includes the renamed Openshift Serverless Logic Editor VS Code extension to the maven build.

To execute the maven build, it is optional to export a custom NPM registry URL for dependencies download, like:
export NPM_REGISTRY_URL=https://registry.npmjs.org

When doing a release build, it is necessary to pass the version of the NPM packages as a property. It has to follow the x.y.z pattern [1] [2]. I've added an automation for that in the maven build, so it can just be executed like this:
mvn clean install -DpackagesVersion=1.33.0

[1] https://docs.npmjs.com/about-semantic-versioning
[2] https://docs.npmjs.com/creating-a-package-json-file


To do:

@@ -1,7 +1,6 @@
## Kogito Serverless Workflow Editor
## Openshift Serverless Logic Editor
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ricardozanini @domhanak Let me know if you want any changes on the extension readme. This goes on the extension page in the marketplace.

@paulovmr paulovmr closed this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO_NOT_MERGE don't merge this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants