Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored Sep 26, 2022
1 parent 2277617 commit 5aeb1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ If you are a developer wanting to create a new release, follow these steps:
1. Use the `create-magicdraw-plugin.sh` to ensure MagicDraw has the latest version of the plugin needed for the driver.
1. Start MagicDraw and let it fully load. Do not open any projects.
1. From the repository root, run `mvn -f pom-plain.xml clean install` to do a plain Maven build and run the tests from a plain Java environment.
1. From the repository root, run `mvn clean install` to do a Tycho build, producing the Eclipse update site.
1. From the repository root, run `mvn clean install` to do a Tycho build, running the tests from an OSGi environment and producing the Eclipse update site.
1. If all tests pass, create a new release on Github, fill in the release notes with lists of improvements / bugfixes / changes, and ensure that you upload:
* The `cameo-mdplugin-*.zip` file created by the `create-magicdraw-plugin.sh` script.
* The zipped update site in `releng/org.eclipse.epsilon.emc.magicdraw.updatesite/target`.
Expand Down

0 comments on commit 5aeb1f7

Please sign in to comment.