CI: deprecate releases#448
Conversation
| | M | 21 February 2025 | 2024Q4 | | ||
| | N | 06 June 2025 | 2025Q2 | | ||
| | O | 15 May 2026 | 2026Q1 | | ||
| | O | 15 May 2026 | 2026Q1 | |
There was a problem hiding this comment.
is this repeated?
There was a problem hiding this comment.
Maybe we should do something like this:
O 15 May 2026 2026Q1 Final quarterly release
After the table, add a short section:
Continuous publication
Beginning after 2026Q1, this specification is published continuously from the
main branch. Each published version is identified by its Git commit hash and
commit date.
See Changes after 2026Q1 for subsequent changes.
There was a problem hiding this comment.
Yes, the template and "final" md file are both in the repo :/
There was a problem hiding this comment.
@rockdreamer I guess she meant the duplicate line in the table.
Fixed.
| | N | 06 June 2025 | 2025Q2 | | ||
| | O | 15 May 2026 | 2026Q1 | | ||
| | O | 15 May 2026 | 2026Q1 | | ||
| | Rolling releases | Every commit | See [Changes after 2026Q1](#changes-after-2026q1) | |
There was a problem hiding this comment.
Maybe we should do something like this:
O 15 May 2026 2026Q1 Final quarterly release
After the table, add a short section:
Continuous publication
Beginning after 2026Q1, this specification is published continuously from the
main branch. Each published version is identified by its Git commit hash and
commit date.
See Changes after 2026Q1 for subsequent changes.
There was a problem hiding this comment.
Final quarterly release
We can dot it, but I would rather not, because the structure of this same table is different in the other files.
There was a problem hiding this comment.
Oh, just saw this. See also my proposal in main/acle.md
Happy with either this wording or mine above for the short section, but I'd rather not add a table row.
rockdreamer
left a comment
There was a problem hiding this comment.
LGTM, but would be good to consider removing the branch altogether
| introduced in this PR in the section **Changes for next | ||
| release** of the section **Change Control**/**Document history** | ||
| of the document. Create **Changes for next release** if it does | ||
| introduced in this PR in the section **Changes after ACLE Q1 2026** |
There was a problem hiding this comment.
The section "Changes after ACLE Q1 2026" is a temporary workaround, to unblock further development, I am not sure we want to keep it like that.
We should perhaps sort this problem first before merging this PR.
There was a problem hiding this comment.
Sure, I am open to suggestions in phrasing.
There was a problem hiding this comment.
"Changes in the current year" section that we rename to "Changes during 20xx" and re-add at the bottom of the changelog roughly once a year?
| | 2025Q2 | 06 June 2025 | Arm | See [Changes between ACLE Q4 2024 and ACLE Q2 2025](#changes-between-acle-q4-2024-and-acle-q2-2025) | | ||
| | 2025Q3 | 14 November 2025 | Arm | See [Changes between ACLE Q2 2025 and ACLE Q3 2025](#changes-between-acle-q2-2025-and-acle-q3-2025) | | ||
| | 2026Q1 | 15 May 2026 | Arm | See [Changes between ACLE Q3 2025 and ACLE Q1 2026](#changes-between-acle-q3-2025-and-acle-q1-2026) | | ||
| | Rolling releases | Every commit | Arm | See [Changes after ACLE Q1 2026](#changes-after-acle-q1-2026) | |
There was a problem hiding this comment.
We are not aiming for more releases, so perhaps "Single current version" is a good phrase to use?
There was a problem hiding this comment.
Do you mean in place of "Rolling releases"?
There was a problem hiding this comment.
Rather than add a line in the table, how about adding a separate line stating: "After the 2026Q1 release, the project has moved to a rolling release model with the state of the main branch being authoritative.".
No need to add a link to the changelog.
Likewise for the tables below.
|
|
||
| By submitting a pull request you are implicitly adhering to the | ||
| [contribution agreement](#contribution-agreement) | ||
| contribution agreement below. |
There was a problem hiding this comment.
why this needs to be changed? seems to not be related to the legacy releases?
There was a problem hiding this comment.
The HTML anchor was broken. There are also others, but this was a low-hanging fruit for this PR.
Introduce wording of deprecation of quarterly releases in favor of rolling releases.
name: Pull request
about: CI reorganization.
Thank you for submitting a pull request!
If this PR is about a bugfix:
Please use the bugfix label and make sure to go through the checklist below.
If this PR is about a proposal:
We are looking forward to evaluate your proposal, and if possible to
make it part of the Arm C Language Extension (ACLE) specifications.
We would like to encourage you reading through the contribution
guidelines, in particular the section on submitting
a proposal.
Please use the proposal label.
As for any pull request, please make sure to go through the below
checklist.
Checklist: (mark with
Xthose which apply)PR (do not bother creating the issue if all you want to do is
fixing the bug yourself).
SPDX-FileCopyrightTextlines on topof any file I have edited. Format is
SPDX-FileCopyrightText: Copyright {year} {entity or name} <{contact informations}>(Please update existing copyright lines if applicable. You can
specify year ranges with hyphen , as in
2017-2019, and usecommas to separate gaps, as in
2018-2020, 2022).Copyrightsection of the sources of thespecification I have edited (this will show up in the text
rendered in the PDF and other output format supported). The
format is the same described in the previous item.
tricky to set up on non-*nix machines). The sequence can be
found in the contribution
guidelines. Don't
worry if you cannot run these scripts on your machine, your
patch will be automatically checked in the Actions of the pull
request.
introduced in this PR in the section Changes for next
release of the section Change Control/Document history
of the document. Create Changes for next release if it does
not exist. Notice that changes that are not modifying the
content and rendering of the specifications (both HTML and PDF)
do not need to be listed.
correctness of the result in the PDF output (please refer to the
instructions on how to build the PDFs
locally).
draftversionis set totruein the YAML headerof the sources of the specifications I have modified.
in the README page of the project.