Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:guide-developer:releases:create-major-releases [2021/02/12 08:09] – [package/base-files/image-config.in] ynezzdocs: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 19.07.+Here is an example how to create the major release 21.02.
  
-  - **main repo** create a branch **openwrt-19.07** +  - create a commit to set branch defaults 
-  - create the ** openwrt-19.07** on packages, routing, telephony, +  create branches 
 +  - create release keys 
 +  configure build bots
  
- +===== 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>?p=openwrt/openwrt.git;a=commit;h=1cd121dd11aadc799b179ebb8600f27621acc84f]]
  
 ==== feeds.conf.default: ==== ==== feeds.conf.default: ====
-src-git packages https://git.lede-project.org/feed/packages.git;openwrt-19.07+append the branch as ;21.02. E.g. src-git packages https://git.openwrt.org/feed/packages.git;openwrt-21.02
  
 ==== include/version.mk: ==== ==== include/version.mk: ====
-  VERSION_NUMBER = 19.07-SNAPSHOT +  VERSION_NUMBER = 21.02-SNAPSHOT 
-  VERSION_REPO = "http://downloads.openwrt.org/releases/19.07-SNAPSHOT"+  VERSION_REPO = "http://downloads.openwrt.org/releases/21.02-SNAPSHOT"
  
 ==== package/base-files/image-config.in ==== ==== package/base-files/image-config.in ====
   VERSION_REPO:   VERSION_REPO:
-    default: http://downloads.openwrt.org/releases/19.07-SNAPSHOT+    default: http://downloads.openwrt.org/releases/21.02-SNAPSHOT
  
 TODO: put this patching step into maketag.sh (https://github.com/KanjiMonster/maintainer-tools) TODO: put this patching step into maketag.sh (https://github.com/KanjiMonster/maintainer-tools)
  • Last modified: 2021/02/12 08:09
  • by ynezz