Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:guide-developer:releases:create-major-releases [2020/01/10 14:23] – ↷ Page moved from docs:guide-developer:create-major-releases to docs:guide-developer:releases:create-major-releases zorun | docs:guide-developer:releases:create-major-releases [2021/02/22 21:52] (current) – use the task from the high level steps lynxis | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== How to create a major release ====== | ====== How to create a major release ====== | ||
| - | Here is an example how to create the major release | + | Here is an example how to create the major release |
| - | - **main repo** | + | - create a commit to set branch |
| - | - create | + | |
| + | - create | ||
| + | | ||
| - | + | ===== Create a branch openwrt-21.02 ===== | |
| - | ===== Create a branch openwrt-19.07 ===== | + | |
| First create the release branch on | First create the release branch on | ||
| Line 18: | Line 19: | ||
| ===== Create a commit changing the defaults ===== | ===== Create a commit changing the defaults ===== | ||
| + | |||
| + | similiar to [[commit>? | ||
| ==== feeds.conf.default: | ==== feeds.conf.default: | ||
| - | src-git packages https:// | + | append the branch as ;21.02. E.g. src-git packages https:// |
| ==== include/ | ==== include/ | ||
| - | VERSION_NUMBER = 19.07-SNAPSHOT | + | VERSION_NUMBER = 21.02-SNAPSHOT |
| - | VERSION_REPO = " | + | VERSION_REPO = " |
| ==== package/ | ==== package/ | ||
| VERSION_REPO: | VERSION_REPO: | ||
| - | default: http:// | + | default: http:// |
| TODO: put this patching step into maketag.sh (https:// | TODO: put this patching step into maketag.sh (https:// | ||