-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare Xtext/Xtend 2.35 release notes #33
Conversation
--- | ||
layout: post | ||
title: Xtend 2.35.0 Release Notes | ||
date: 2024-04-22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ususally we pick the tuesday of the rc1 week as file name and release date
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cdietrich where do I find such information?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: Xtend 2.35.0 Release Notes | ||
date: 2024-04-22 | ||
categories: releasenotes | ||
published: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be false
--- | ||
layout: post | ||
title: Xtext 2.35.0 Release Notes | ||
date: 2024-02-27 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adapt date (also in filename)
title: Xtext 2.35.0 Release Notes | ||
date: 2024-02-27 | ||
categories: releasenotes | ||
published: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
false
@cdietrich updated! |
@cdietrich so what now? Shall we merge it so we can add initial changes like the one for the base class of formatter tests? |
exactly (main branch is dev, published branch is the live one) |
@cdietrich @LorenzoBettini currently the file ends with: |
it shoudl be as its for the other files |
@miklossy sorry my fault :( |
yes, after #34 has been merged, I will create a follow-up PR with the file renaming :-) |
I created the PR #35 |
See eclipse/xtext#2948