Lines Matching full:release
1 # Release Process for Delete Page Guard Plugin
3 This document describes the complete release process for the Delete Page Guard DokuWiki plugin, inc…
7 The plugin uses a professional release workflow with:
17 Before starting a release, ensure you have:
24 ## Release Workflow
26 ### 1. Prepare for Release
28 First, ensure the codebase is ready for release:
61 make version VERSION=1.0.1 # Bug fix release
62 make version VERSION=1.1.0 # Feature release
63 make version VERSION=2.0.0 # Major release with breaking changes
66 **Note:** The current version is 1.0.0, which represents the initial stable release.
77 After version update, manually update release documentation:
81 Create or update `CHANGELOG.md` with release notes:
113 ### 4. Complete Release Workflow
115 Use the automated release workflow:
118 # Complete release preparation
119 make release VERSION=x.y.z
141 # Commit the release
142 git commit -m "Release version x.y.z"
144 # Tag the release
202 ### Release Commands
207 make release VERSION=x.y.z # Complete release workflow
257 Each release is validated through:
327 1. **Always test before release**: Run `make test` and `make check`
334 ## Release Checklist
339 - [ ] CHANGELOG.md updated with release notes
342 - [ ] Release tagged (`git tag vx.y.z`)
345 - [ ] Release pushed with tags (`git push origin main --tags`)
349 For questions about the release process: