You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ To create a new public build of DocForge:
47
47
3. Review the Markdown documentation (README, manuals, and release notes) so the written guidance matches the current workflow.
48
48
4. Sync the documentation copies under `docs/` (README, manuals, version log) with any updates made at the project root.
49
49
5. Commit the changes and push them to the default branch so the release tag points at the finalized documentation.
50
-
6. Create and push a tag that matches the new version (for example, `git tag v0.6.6` followed by `git push origin v0.6.6`) to trigger the automated release workflow.
50
+
6. Create and push a tag that matches the new version (for example, `git tag v0.6.7` followed by `git push origin v0.6.7`) to trigger the automated release workflow.
51
51
7. Monitor the "Release" workflow run, then confirm that the published GitHub release lists the correct notes and includes installers for every platform before announcing availability.
Copy file name to clipboardExpand all lines: TECHNICAL_MANUAL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Electron Builder manages the packaging and publishing workflow for DocForge. The
128
128
3. Review and update the Markdown documentation (README, manuals, release notes) so the written guidance reflects the final state of the build.
129
129
4. Sync the Markdown files under `docs/` with the copies at the project root.
130
130
5. Commit and push the changes so the release tag points at the finished documentation.
131
-
6. Create and push a matching version tag (for example, `git tag v0.6.6` followed by `git push origin v0.6.6`) to trigger the automated release pipeline.
131
+
6. Create and push a matching version tag (for example, `git tag v0.6.7` followed by `git push origin v0.6.7`) to trigger the automated release pipeline.
132
132
7. Monitor the "Release" workflow run and verify the published GitHub release lists the correct notes and includes the installers for every supported platform before announcing availability.
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ To create a new public build of DocForge:
47
47
3. Review the Markdown documentation (README, manuals, and release notes) so the written guidance matches the current workflow.
48
48
4. Sync the documentation copies under `docs/` (README, manuals, version log) with any updates made at the project root.
49
49
5. Commit the changes and push them to the default branch so the release tag points at the finalized documentation.
50
-
6. Create and push a tag that matches the new version (for example, `git tag v0.6.6` followed by `git push origin v0.6.6`) to trigger the automated release workflow.
50
+
6. Create and push a tag that matches the new version (for example, `git tag v0.6.7` followed by `git push origin v0.6.7`) to trigger the automated release workflow.
51
51
7. Monitor the "Release" workflow run, then confirm that the published GitHub release lists the correct notes and includes installers for every platform before announcing availability.
Copy file name to clipboardExpand all lines: docs/TECHNICAL_MANUAL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Electron Builder manages the packaging and publishing workflow for DocForge. The
128
128
3. Review and update the Markdown documentation (README, manuals, release notes) so the written guidance reflects the final state of the build.
129
129
4. Sync the Markdown files under `docs/` with the copies at the project root.
130
130
5. Commit and push the changes so the release tag points at the finished documentation.
131
-
6. Create and push a matching version tag (for example, `git tag v0.6.6` followed by `git push origin v0.6.6`) to trigger the automated release pipeline.
131
+
6. Create and push a matching version tag (for example, `git tag v0.6.7` followed by `git push origin v0.6.7`) to trigger the automated release pipeline.
132
132
7. Monitor the "Release" workflow run and verify the published GitHub release lists the correct notes and includes the installers for every supported platform before announcing availability.
0 commit comments