-
Notifications
You must be signed in to change notification settings - Fork 23
Developers
Vlad edited this page Mar 31, 2020
·
7 revisions
- Change
com.adobe.granite.ide.target-definition/com.adobe.granite.ide.target-definition.target
to point to the desired update site and features to make sure the right version is pulled in at build time - Change
com.adobe.granite.ide.feature/feature.xml
to require at least the above referenced version to make sure the right version is available at installation time
Note that we don't have a code signing solution in place at the moment so the plugins are unsigned
Release can be done:
- Manually, by either:
- running
node ci/release.js
- running
mvn -s ci/settings.xml -Prelease clean release:prepare release:perform -DreleaseVersion=x.y.z
.
- running
Your environment will need to have the proper GPG key/pass and OSSRH credentials.
- Automatically, by pushing a tag named
@release[-x.y.z]
where-x.y.z
is optional and used to specify the new release version.
After release, make sure to update:
- Eclipse update site, which is generated from content under
/docs
- Eclipse Marketplace Entry