浏览代码

feat: major-release-workflow added

Vaclav Elias 2 年之前
父节点
当前提交
48b3669e41
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      en/contributors/website/major-release-workflow.md

+ 13 - 0
en/contributors/website/major-release-workflow.md

@@ -0,0 +1,13 @@
+# Major Release Workflow
+
+1. **Create a Release Blog Post**
+   - Place the post inside the `_drafts` folder, which is not deployed, or directly in the `posts` folder for testing in the `staging` environment. Note: If you need to deploy updates to the `release` branch, remember to move the post back to the `_drafts` folder.
+2. **Update `_data\site.json` with the following settings**, which are used in multiple places on the website:
+   - `version`: Increase the version number
+     - This helps refresh the cached CSS file
+   - `download-version`: Update the version number for downloads
+     - Used on the home page
+   - `csharp-version`: Update to the current C# version being used
+     - Used on the home page and features page
+   - `dotnet-version`: Update to the current .NET version being used
+     - Used on the home page and features page