Skip to content

docs: add versioning with mike#88

Merged
michalsn merged 1 commit into
codeigniter4:developfrom
michalsn:feat/docs-versioning
Jun 5, 2026
Merged

docs: add versioning with mike#88
michalsn merged 1 commit into
codeigniter4:developfrom
michalsn:feat/docs-versioning

Conversation

@michalsn
Copy link
Copy Markdown
Member

@michalsn michalsn commented Jun 5, 2026

Description
This PR adds docs versioning using mike, published to the gh-pages branch.

Deploy rules

  • Push to develop: deploys the dev docs (work-in-progress)
  • Push a vX.Y.Z tag (e.g. v1.1.0): deploys docs under <major>.<minor> (e.g. 1.1), updates the latest alias, and sets it as the default version (site root redirects here)
  • Pre-release tags (e.g. v1.1.0-rc1): are skipped

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@michalsn michalsn added the github_actions Pull requests that update GitHub Actions code label Jun 5, 2026
@michalsn
Copy link
Copy Markdown
Member Author

michalsn commented Jun 5, 2026

Thanks @paulbalandan If you have time, please take a look at this as well: codeigniter4/settings#166

@michalsn michalsn merged commit 52a9fc6 into codeigniter4:develop Jun 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants