Skip to content

Parameters

UPDATE_TYPE
The type of update to perform. The options are:
  • XTEXT_VERSION: Set Xtext version. Modifies MANIFEST.MF, POM files, versions.gradle
  • XTEXT_BOOTSTRAP_VERSION: The Xtext version against which is bootstrapped. Especially important to use the bootstrap Xtend version.
  • GRADLE_WRAPPER_VERSION: Set the Gradle Wrapper version to use. Modifies project roots and wizards.
  • GRADLE_VERSIONS_PROPERTY: A property defined in gradle.versions to update, e.g. a Gradle plugin version.
    Possible values:
    • gradle_plugins
    • xtext_gradle_plugin
  • ORBIT_URL: Set SimRel Orbit repository URL in .target files and project wizard.
  • TYCHO_VERSION: Set Eclipse Tycho version.
  • GENERATE_XTEXT_LANGUAGE: Regenerate the Xtext grammar language
  • GENERATE_TEST_LANGUAGES: Regenerate the Xtext test languages in xtext-core
UPDATE_VALUE
The new value to set, dependent on the selected UPDATE_TYPE option:
  • XTEXT_VERSION: New Xtext version to set (major.minor.micro, without SNAPSHOT)
  • XTEXT_BOOTSTRAP_VERSION: Bootstrap version (Maven format)
  • GRADLE_WRAPPER_VERSION: Gradle release version (without 'v' prefix)
  • GRADLE_VERSIONS_PROPERTY: Name and value, format NAME=VALUE (e.g. 'xtext_gradle_plugin=2.0.8'
  • ORBIT_URL: URL of the Eclipse Orbit p2 repository, e.g. https://download.eclipse.org/tools/orbit/downloads/2019-09
  • TYCHO_VERSION: Tycho release version
  • GENERATE_XTEXT_LANGUAGE: NO VALUE NEEDED
  • GENERATE_TEST_LANGUAGES: NO VALUE NEEDED
SOURCE_BRANCH
Source Git Branch
TARGET_BRANCH
Target Git Branch. Leave empty to derive the branch name from UPDATE_TYPE choice.
GITHUB_PR_REVIEWERS
Comma seperated list of GitHub users to assign as reviewers for the PR. Each value must be double-quoted.

Loading...

Push the target branch even when no changes were done. Usually useful in combination with enabling ADJUST_PIPELINES.

Loading...

Create Pull Requests for repositories that have changes.

Loading...

If set modify .target and pom.xml files to work against the upstream branches.

Loading...

Dry run mode. When set no changes are pushed to GitHub (skips "Publish" stage).