-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
1.4 Release #11676
Comments
TODO:
|
We have to make a 1.4 version release for the translations: |
Could you include #11637 for 1.4 if it's possible? @sebastienros |
One more step: Create a new milestone for the next release. |
@sebastienros #11718 is a bug in 1.4-preview and should be looked at before this release too. A fix for this issue is in #11714 |
Why this still opened? |
Prepare the project
Do some housekeeping on GitHub in the main repo.
Prepare the code
Update the source so everything looks like on the new version.
release/<version name>
branch out ofmain
.OrchardCore.ProjectTemplates
.OrchardCore.Commons.props
file: UpdateVersionPrefix
for release versions (like "1.0.0") andVersionSuffix
for pre-release versions (like "rc2", for the full version to be e.g. "1.0.0-rc2").ManifestConstants
.Test the release
Make sure everything works all right.
release/
are automatically published too). Test at least the following guides: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.
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.
changelog OrchardCMS OrchardCore <previous version> <current version>
command, e.g.changelog OrchardCMS OrchardCore 1.0.0-rc1 1.0.0-rc2
. Alternatively, you can use Antoine's app too.Publish the release
Do the harder parts of making the release public. This should come after everything above is done.
release/<version name>
tomaster
.master
need two approvals so you'll need to create a pull request.master
with the full version name, including the prefix and suffix (e.g. "1.0.0-rc2").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.
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.The text was updated successfully, but these errors were encountered: