1.0 Release Checklist
See original GitHub issueI wanted to collect all last-minute tasks we need to accomplish when we publish 1.0. Mostly these changes relate to @chakra-ui/core@latest
pointing to 1.0
and https://chakra-ui.com being updated to point to the v1 docs. We’ll need to update various parts of our docs/pipeline to make sure this happens.
- Add Vercel v0.chakra-ui.com alias to existing deployment for chakra-ui.com
- Update
alias
invercel.json
to https://chakra-ui.com/ - Replace https://chakra-ui.com/ with https://v0.chakra-ui.com/ throughout the project
- Replace https://next.chakra-ui.com/ with https://chakra-ui.com/ throughout the project
- Add link to/note about outdated v0 docs somewhere in the v1 docs (?)
- Replace
1.0.0-next.#
-specific versioning with base package names throughout the project (@chakra-ui/core
instead of@chakra-ui/core@next
) - Update
EDIT_URL
to point tomaster
innext.config.js
- Update
version
/publish
scripts to no longer userc
Issue Analytics
- State:
- Created 3 years ago
- Reactions:29
- Comments:25 (15 by maintainers)
Top Results From Across the Web
Release Checklist - Developer Documentation
Present to the whole development team the maintenance tasks for this release period. · Emphasize the order of work priorities as noted by...
Read more >Yocto 1.0 Release Checklist
Task Due Date Owner
RC4 Go/No‑Go March 25th Julie
Create IDK packages for ADT repo March 28th Scott G and Lianhao
RC5 Go/No‑Go March 29th Julie...
Read more >Release Checklist Template - ApplicationSet Controller
First, follow the instructions on the release process RTD docs page. ... Example: Release v0.1.0; The version string SHOULD contain the letter v...
Read more >Release checklist - graphANNIS documentation - GitHub Pages
Release checklist. This is a list of steps needed to perform a new graphANNIS release. GraphANNIS uses semantic versioning. Language bindings can have...
Read more >Release checklist - nf-core
Adding a new pipeline · Code editor plugins · Developer Tutorials · Graphic design guidelines · DSL2 Modules · Release checklist · DSL2...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any updates on the
1.0
release date? Been using0.8
and there are handful of little bugs throughout the core library. I’ve searched through issues and they’ve been closed because they are fixed in1.0
(which is great!) but I’m unsure if it’s stable enough to use yet?FWIW, I’d be personally more interested in a smaller
0.9
that didn’t seek to completely nail the API (I’m fine with breaking changes over time if they are for the better) but fixed a lot of the little annoyances, than to bundle it up into a much larger1.0
that may take a long time to ship.I’d suggest we leave the docs as is, and make
v1.chakra-ui.com
till it’s very stable.