Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HannesWell/eclipse.platform.releng.aggregator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c0d1a27c399e435c52c7d271c58e9fb55f3cd7f9
Choose a base ref
..
head repository: HannesWell/eclipse.platform.releng.aggregator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5402503b842c4220bb4d3164d210a57ddd82f4c2
Choose a head ref
Showing with 12 additions and 35 deletions.
  1. +10 −4 .github/workflows/checkVersions.yml
  2. +0 −17 .github/workflows/pr-checks.yml
  3. +2 −0 .github/workflows/publishVersionCheckResults.yml
  4. +0 −14 .github/workflows/version-increments.yml
14 changes: 10 additions & 4 deletions .github/workflows/checkVersions.yml
Original file line number Diff line number Diff line change
@@ -37,9 +37,14 @@ jobs:
maven-version: 3.9.9

- name: Check and increment versions
run: |
echo 'Comment: Hello World1' >>eclipse.platform.releng/bundles/org.eclipse.rcp/META-INF/MANIFEST.MF
echo 'Comment: Hello World2' >>eclipse.platform.releng/bundles/org.eclipse.test/META-INF/MANIFEST.MF
uses: Wandalen/wretry.action@f8754f79743ba113fedbba4499593f7d73b458eb # master
with:
attempt_delay: 200
attempt_limit: 10
command: >
mvn verify -DskipTests -Dcompare-version-with-baselines.skip=false
org.eclipse.tycho:tycho-versions-plugin:bump-versions -Dtycho.bump-versions.increment=100
--threads 1C --fail-at-end --batch-mode --no-transfer-progress --show-version
- name: Commit version increments, if any
run: |
@@ -52,7 +57,8 @@ jobs:
# Relevant files were staged, i.e. some version were changed
# Read 'releaseNumberSDK' property as stream version
streamVersion='4.34'
mvn help:evaluate -Dexpression=releaseNumberSDK --quiet '-Doutput=releaseNumberSDK-value.txt'
streamVersion=$(<releaseNumberSDK-value.txt)
rm -f releaseNumberSDK-value.txt
git config --global user.email '${{ inputs.botMail }}'
17 changes: 0 additions & 17 deletions .github/workflows/pr-checks.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/publishVersionCheckResults.yml
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@ on:
description: The personal access token (with scope 'public_repo') of the bot to push a required change to a PR branch in a fork.
required: true

permissions: {} # all none

env:
COMMENT_FIRST_LINE: 'This pull request changes some projects for the first time in this development cycle'

14 changes: 0 additions & 14 deletions .github/workflows/version-increments.yml

This file was deleted.