Skip to content

Commit 9305355

Browse files
committed
[ci] Cleanup old scripts (#207)
Merge pull request #207 from adangel:ci/cleanup-old-scripts
2 parents 55317c8 + 7e3a681 commit 9305355

File tree

6 files changed

+53
-93
lines changed

6 files changed

+53
-93
lines changed

.ci/build.sh

Lines changed: 0 additions & 71 deletions
This file was deleted.

.ci/inc/fetch_ci_scripts.bash

Lines changed: 0 additions & 19 deletions
This file was deleted.

.ci/tools/release-notes-generate.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
set -e
33

44
MILESTONE_NAME="next"
5+
echo "Generating release notes (fixed issues, pull requests, dependencies) for milestone '${MILESTONE_NAME}'..."
6+
57

68
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
79

10+
read -s -p "Enter GitHub Token: " GITHUB_TOKEN
11+
echo
12+
813
CURL_API_HEADER=(--header "X-GitHub-Api-Version: 2022-11-28")
914
CURL_AUTH_HEADER=()
1015
if [ -n "$GITHUB_TOKEN" ]; then

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
* [#168](https://github.com/pmd/pmd-designer/pull/168): Refactor GitHub Actions Workflows - [Andreas Dangel](https://github.com/adangel) (@adangel)
1111
* [#169](https://github.com/pmd/pmd-designer/pull/169): \[ci] publish-snapshot/release: migrate to central portal - [Andreas Dangel](https://github.com/adangel) (@adangel)
1212
* [#170](https://github.com/pmd/pmd-designer/pull/170): \[ci] Make build a reuseable workflow - [Andreas Dangel](https://github.com/adangel) (@adangel)
13+
* [#207](https://github.com/pmd/pmd-designer/pull/207): \[ci] Cleanup old scripts - [Andreas Dangel](https://github.com/adangel) (@adangel)
1314

1415
**📦 Dependency updates:**
1516
<details>
16-
<summary>36 updates</summary>
17+
<summary>61 updates</summary>
1718

1819
* [#108](https://github.com/pmd/pmd-designer/pull/108): Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0
1920
* [#109](https://github.com/pmd/pmd-designer/pull/109): Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.2
@@ -51,6 +52,31 @@
5152
* [#165](https://github.com/pmd/pmd-designer/pull/165): Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1
5253
* [#166](https://github.com/pmd/pmd-designer/pull/166): Bump net.sourceforge.pmd:pmd-lang-test from 7.12.0 to 7.13.0
5354
* [#167](https://github.com/pmd/pmd-designer/pull/167): Bump org.checkerframework:checker-qual from 3.49.2 to 3.49.3
55+
* [#174](https://github.com/pmd/pmd-designer/pull/174): Bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.24.0
56+
* [#175](https://github.com/pmd/pmd-designer/pull/175): Bump PMD to 7.14.0 for checks
57+
* [#176](https://github.com/pmd/pmd-designer/pull/176): Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1
58+
* [#177](https://github.com/pmd/pmd-designer/pull/177): Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0
59+
* [#180](https://github.com/pmd/pmd-designer/pull/180): Bump com.puppycrawl.tools:checkstyle from 10.24.0 to 10.25.0
60+
* [#181](https://github.com/pmd/pmd-designer/pull/181): Bump junit5.version from 5.12.2 to 5.13.0
61+
* [#182](https://github.com/pmd/pmd-designer/pull/182): Bump org.checkerframework:checker-qual from 3.49.3 to 3.49.4
62+
* [#183](https://github.com/pmd/pmd-designer/pull/183): Bump org.junit.platform:junit-platform-launcher from 1.13.0 to 1.13.1
63+
* [#184](https://github.com/pmd/pmd-designer/pull/184): Bump junit5.version from 5.13.0 to 5.13.1
64+
* [#185](https://github.com/pmd/pmd-designer/pull/185): Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1
65+
* [#187](https://github.com/pmd/pmd-designer/pull/187): Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0
66+
* [#189](https://github.com/pmd/pmd-designer/pull/189): Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.25.1
67+
* [#190](https://github.com/pmd/pmd-designer/pull/190): Bump build-tools from 30 to 32
68+
* [#192](https://github.com/pmd/pmd-designer/pull/192): Bump pmd.check.version from 7.14.0 to 7.15.0
69+
* [#193](https://github.com/pmd/pmd-designer/pull/193): Bump net.sourceforge.pmd:pmd-lang-test from 7.14.0 to 7.15.0
70+
* [#194](https://github.com/pmd/pmd-designer/pull/194): Bump com.puppycrawl.tools:checkstyle from 10.25.1 to 10.26.1
71+
* [#195](https://github.com/pmd/pmd-designer/pull/195): Bump junit5.version from 5.13.1 to 5.13.2
72+
* [#196](https://github.com/pmd/pmd-designer/pull/196): Bump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0
73+
* [#199](https://github.com/pmd/pmd-designer/pull/199): Bump org.checkerframework:checker-qual from 3.49.4 to 3.49.5
74+
* [#200](https://github.com/pmd/pmd-designer/pull/200): Bump junit5.version from 5.13.2 to 5.13.3
75+
* [#202](https://github.com/pmd/pmd-designer/pull/202): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8
76+
* [#204](https://github.com/pmd/pmd-designer/pull/204): Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0
77+
* [#205](https://github.com/pmd/pmd-designer/pull/205): Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0
78+
* [#208](https://github.com/pmd/pmd-designer/pull/208): Bump maven from 3.9.10 to 3.9.11
79+
* [#209](https://github.com/pmd/pmd-designer/pull/209): Bump build-tools from 32 to 33
5480

5581
</details>
5682

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PMD Rule Designer
22

3-
[![Build Status](https://github.com/pmd/pmd-designer/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/pmd/pmd-designer/actions/workflows/build.yml)
3+
[![Build Status](https://github.com/pmd/pmd-designer/actions/workflows/build-snapshot.yml/badge.svg)](https://github.com/pmd/pmd-designer/actions/workflows/build-snapshot.yml)
44
[![Maven Central](https://img.shields.io/maven-central/v/net.sourceforge.pmd/pmd-designer.svg)](https://maven-badges.herokuapp.com/maven-central/net.sourceforge.pmd/pmd-designer)
55
[![Join the chat](https://img.shields.io/gitter/room/pmd/pmd-designer)](https://app.gitter.im/#/room/#pmd_pmd-designer:gitter.im?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

releasing.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99

1010
2. Verify changelog `/CHANGELOG.md`. Adjust version number if necessary.
1111

12-
Note: The first section will be used for the release notes on github releases.
12+
Note: The first section will be used for the release notes on GitHub releases.
13+
14+
Tip: Execute `.ci/tools/release-notes-generate.sh` in order to generate most parts of the
15+
release notes (fixed issues, pull requests, dependencies).
1316

1417
3. Prepare the release (creates a new release tag).
1518
This will be done for you: http://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html
@@ -34,3 +37,19 @@
3437
have been uploaded.
3538

3639
6. Add a new section at the top in `/CHANGELOG.md` to prepare for the next version.
40+
41+
Template:
42+
```markdown
43+
## Unreleased
44+
45+
**🚀 New and Noteworthy:**
46+
47+
**🐛 Fixed issues:**
48+
49+
**✨ Merged pull requests:**
50+
51+
**📦 Dependency updates:**
52+
53+
See https://github.com/pmd/pmd-designer/milestone/17
54+
55+
```

0 commit comments

Comments
 (0)