Skip to content
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

REL: v1.9.0 #1651

Merged
merged 8 commits into from
Nov 20, 2023
Merged

REL: v1.9.0 #1651

merged 8 commits into from
Nov 20, 2023

Conversation

Remi-Gau
Copy link
Collaborator

No description provided.

@Remi-Gau Remi-Gau added the exclude-from-changelog This item will not feature in the automatically generated changelog label Nov 13, 2023
@@ -1372,13 +1320,13 @@ authors:
- given-names: Xiangrui
family-names: Li
website: https://github.com/xiangruili
affiliation: The Ohio State University, United States of America
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure why the country was removed here

email: [email protected]
- given-names: Yaroslav O.
family-names: Halchenko
website: http://www.onerussian.com
orcid: https://orcid.org/0000-0003-3456-2493
affiliation: Dartmouth College, United States of America
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here

@@ -849,7 +822,7 @@ authors:
family-names: Zehl
website: https://github.com/lzehl
orcid: https://orcid.org/0000-0002-5947-9939
affiliation: Forschungszentrum Jülich, Jülich, 52428, Germany
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was this shortened this much?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for the contributor workflow PR: more changes than needed here

@Remi-Gau
Copy link
Collaborator Author

Leaving some comments in the PR that are more related to the contributors update worflow: not important for the release per se.

@Remi-Gau Remi-Gau marked this pull request as ready for review November 13, 2023 17:30
@Remi-Gau
Copy link
Collaborator Author

@sappelhoff

This section was a bit unclear:

https://github.com/bids-standard/bids-specification/blob/master/Release_Protocol.md#23-update-the-previous-version-urls

  • should mention that this about the src/CHNAGES.md
  • also either this changes has to be reverted after the release and it is not mentioned in the release protocol or this step was not applied in the previous release

@sappelhoff
Copy link
Member

should mention that this about the src/CHANGES.md

You are right @Remi-Gau it should mention that.

also either this changes has to be reverted after the release and it is not mentioned in the release protocol or this step was not applied in the previous release

it is automatically "overwritten" by the GitHub Changelog Generator that we are using -- these steps have always been applied, as can be verified by checking the stable changelog: https://bids-specification.readthedocs.io/en/stable/CHANGES.html

@Remi-Gau
Copy link
Collaborator Author

OK we should mention both points in the protocol then.

@sappelhoff
Copy link
Member

cc @sjeung @JuliusWelzel FYI we'll release in around 5 days :-)

@Remi-Gau
Copy link
Collaborator Author

ok. everyone stand back!!! we are merging!!!

@Remi-Gau Remi-Gau merged commit e3bda5d into master Nov 20, 2023
23 of 24 checks passed
@sappelhoff sappelhoff deleted the rel/1.9.0 branch November 20, 2023 15:28
@sappelhoff sappelhoff restored the rel/1.9.0 branch November 20, 2023 15:28
@Remi-Gau
Copy link
Collaborator Author

should mention that this about the src/CHANGES.md

You are right @Remi-Gau it should mention that.

also either this changes has to be reverted after the release and it is not mentioned in the release protocol or this step was not applied in the previous release

it is automatically "overwritten" by the GitHub Changelog Generator that we are using -- these steps have always been applied, as can be verified by checking the stable changelog: https://bids-specification.readthedocs.io/en/stable/CHANGES.html

@sappelhoff maybe I missed something in the release protocols but when are the URLs in the changelog reverted to the github version rather than the RTD one?

@effigies
Copy link
Collaborator

Next PR merge will trigger the changelog generator.

@effigies effigies deleted the rel/1.9.0 branch November 20, 2023 16:24
@sappelhoff
Copy link
Member

@sappelhoff maybe I missed something in the release protocols but when are the URLs in the changelog reverted to the github version rather than the RTD one?

this happens automatically (via the GH changelog generator) once the first PR is merged via a "create merge commit" (so not squash and not rebase) method (because that's what triggers the generator), see:

if (git log -1 --pretty=%s | grep Merge*) && (! git log -1 --pretty=%b | grep REL:) ; then

@Remi-Gau
Copy link
Collaborator Author

@sappelhoff maybe I missed something in the release protocols but when are the URLs in the changelog reverted to the github version rather than the RTD one?

this happens automatically (via the GH changelog generator) once the first PR is merged via a "create merge commit" (so not squash and not rebase) method (because that's what triggers the generator), see:

if (git log -1 --pretty=%s | grep Merge*) && (! git log -1 --pretty=%b | grep REL:) ; then

ha OK then I messed that up...

@Remi-Gau
Copy link
Collaborator Author

7bff097

The release protocol said commit to master, so committed AND pushed to master (on upstream) #YOLO

Probably worth fixing that in a separate PR.

@sappelhoff
Copy link
Member

yes, together with the other items of note to change in the release protocol 👍

@Remi-Gau
Copy link
Collaborator Author

definitely a good thing I did this release then: allowed to clarify a few things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude-from-changelog This item will not feature in the automatically generated changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants