Skip to content

Commit 77f3e79

Browse files
committed
Remove 'Last revised' line from acknowledgements
It complicates the generation of acknowledgements and can lead to changes in the git history where only that value is updated and that are therefore mainly noise without real benefit. Because the acknowledgements are now generated and updated regularly and automatically as part of the release process, the value of that field is in general questionable. To keep the workflow simpler respectively to not complicate it more in order to avoid updates of only this field, it's just removed.
1 parent 77192cd commit 77f3e79

File tree

8 files changed

+5
-16
lines changed

8 files changed

+5
-16
lines changed

.github/workflows/generateAcknowledgements.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,6 @@ jobs:
208208
}
209209
lines.splice(startMarker + 1, endMarker - (startMarker + 1), ...contributorLines)
210210
}
211-
// Update last-revised date
212-
const lastRevisedLineIndex = lines.findIndex(l => l.startsWith('Last revised: '))
213-
lines[lastRevisedLineIndex] = 'Last revised: ' + new Date().toLocaleDateString("en-US", {
214-
year: "numeric",
215-
month: "long",
216-
day: "numeric",
217-
})
218211
fs.writeFileSync(acknowledgementsFile, lines.join('\n'), {encoding: 'utf8'})
219212
220213
// Set adjustments as outputs in order to append them to the PR message

news/4.38/acknowledgements.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## Eclipse 2025-12 Acknowledgements
22

3-
Last revised: October 4, 2025
4-
53
We would also like to thank the users and adopters who support our efforts through a range of activities, including early testing, being a Friend of Eclipse, contracting special work, or outright employment.
64

75
A special thanks goes to [Holger Voormann](https://github.com/howlger) for his Eclipse IDE promotion videos.

news/4.x-template/acknowledgements.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## Eclipse YYYY-MM Acknowledgements
22

3-
Last revised: <!-- Insert date: February 25, 2025-->
4-
53
We would also like to thank the users and adopters who support our efforts through a range of activities, including early testing, being a Friend of Eclipse, contracting special work, or outright employment.
64

75
A special thanks goes to [Holger Voormann](https://github.com/howlger) for his Eclipse IDE promotion videos.

news/4.x-template/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
<body onload="redirect()"></body>
99

10-
</html>
10+
</html>

news/4.x-template/jdt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
<body onload="redirect()"></body>
99

10-
</html>
10+
</html>

news/4.x-template/pde.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
<body onload="redirect()"></body>
99

10-
</html>
10+
</html>

news/4.x-template/platform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
<body onload="redirect()"></body>
99

10-
</html>
10+
</html>

news/4.x-template/platform_isv.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
<body onload="redirect()"></body>
99

10-
</html>
10+
</html>

0 commit comments

Comments
 (0)