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

Release 1.8 #14940

Closed
19 of 29 tasks
MikeAlhayek opened this issue Dec 22, 2023 · 4 comments · Fixed by #14939
Closed
19 of 29 tasks

Release 1.8 #14940

MikeAlhayek opened this issue Dec 22, 2023 · 4 comments · Fixed by #14939
Labels
Milestone

Comments

@MikeAlhayek
Copy link
Member

MikeAlhayek commented Dec 22, 2023

Do some housekeeping on GitHub in the main repo.

  • Close remaining issues for the version (including merging corresponding pull requests if suitable) or assign them to the next one.
  • Assign all issues that were closed for an upcoming version (including a wildcard version like "1.0.x") to this version (milestone).

Prepare the code

Update the source so everything looks like on the new version.

  • Create a release/<version name> branch out of main, e.g. release/1.8.
  • Check the release_ci workflow is using the expected .NET version to build the Docker images.
  • Update the OrchardCore.Commons.props file with <VersionSuffix></VersionSuffix> such that preview build numbers are not injected in packages. Verify the VersionPrefix tag matches the released version.
  • Update module versions in src/OrchardCore/OrchardCore.Abstractions/Modules/Manifest/ManifestConstants.cs.
  • Update the version in the command lines in from all documentation files.
  • Create a new milestone.

Test the release

Make sure everything works all right.

Prepare and publish Orchard Core Translations

Update everything in the Translations project. Only do this once all the code changes are done since localized strings can change until then.

  • Update .po files with PoExtractor. This will also update Crowdin.
  • Publish the new version on NuGet.
  • Update the OrchardCore.Translations.All package reference in the main repo's src/OrchardCore.Build/Dependencies.props file to refer to the new NuGet package.

Prepare the documentation

Update the docs so they contain information about the new release so once the release is out you'll just need to point to new information.

  • Create a new Draft Release with a tag vx.y.z that is created when the release is published. Auto-generate release notes.
  • Create release notes in a specific documentation section. You can take the previous release notes as a template.
    • Overview of the release's highlights and goals. What do you want people to remember this release for?
    • Prerequisites. What framework version do you need, anything else to work with Orchard?
    • Upgrade steps, any migration necessary from previous versions, breaking changes.

Publish the release

Do the harder parts of making the release public. This should come after everything above is done.

Publicize the release

Let the whole world know about our shiny new release. Savor this part! These steps will make the release public so only do them once everything else is ready.

  • Update the documentation to mention the version in all places where the latest version is referenced, for example, but not limited to (do a search for the package version string): Status in the root README, CLI templates, commands, the Creating a new decoupled CMS Website guide.
  • Update the tagged release on GitHub: Change its title to something more descriptive (e.g. "Orchard Core 1.0.0 RC 2"), add a link in its description to the release notes in the documentation (something like For details on this version see the [release notes in the documentation](link here).). Add a link to this release under Status in the root README.
  • Publish a blog post on the website.
  • Ask to publish a blog post on DevBlogs.
  • Ask to publish a blog post on .NET Foundation News.
  • Tweet

After the release is done

  • Create a new milestone with the next release number.
  • Create a new release notes documentation file for the next version in the OrchardCore.Docs project. (e.g, /releases/1.8.0.md).
  • Update the OrchardCore.Commons.props file with the next release number, and <VersionSuffix>preview</VersionSuffix> such that preview builds use the new one.
@MikeAlhayek
Copy link
Member Author

@Piedone @agriffard @BenedekFarkas @sebastienros @hishamco @Skrypt 1.8.0 was release.

Please publicize the release

@MikeAlhayek MikeAlhayek added this to the 1.8 milestone Jan 2, 2024
@sebastienros
Copy link
Member

@MikeAlhayek does it work?

@MikeAlhayek
Copy link
Member Author

yes I update one project and everything seems to be working

@agriffard
Copy link
Member

https://orchardcore.net/ and https://try.orchardcore.net/ updated to .NET 8 and OC 1.8.0.

I did a ctrl + F5 in the admin to refresh the assets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants