Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-wiki.git/shortlog/c823e38e5cc46c06abe669e0aa3d01e96cfbfab4
...commit 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/c823e38e5cc46c06abe669e0aa3d01e96cfbfab4
...tree 
http://git.netsurf-browser.org/netsurf-wiki.git/tree/c823e38e5cc46c06abe669e0aa3d01e96cfbfab4

The branch, master has been updated
       via  c823e38e5cc46c06abe669e0aa3d01e96cfbfab4 (commit)
      from  1f7af7b8c36fb6a693bda259e19f217f68dbb2cb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/?id=c823e38e5cc46c06abe669e0aa3d01e96cfbfab4
commit c823e38e5cc46c06abe669e0aa3d01e96cfbfab4
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    improve release process with bits that were found after 3.10 process

diff --git a/release/allsource.mdwn b/release/allsource.mdwn
index 51b136e..0abd940 100644
--- a/release/allsource.mdwn
+++ b/release/allsource.mdwn
@@ -63,7 +63,8 @@ The modified submodules should then be added ready for commit
     git add buildsystem libcss libdom libhubbub libnsbmp libnsfb libnsgif 
libparserutils librosprite libsvgtiny libwapcaplet netsurf nsgenbind
     git commit -m 'Update submodules for 3.7 release'
 
-ensure the component version in the Makefile has been updated
+check the `COMPONENT_VERSION` in the root Makefile matches the version
+number you are releasing, if not change it and commit it so it does.
 
 Update the `ChangeLog.md` as appropriate with rease version numbers etc.
 
diff --git a/release/netsurfbuildsystem.mdwn b/release/netsurfbuildsystem.mdwn
index 4d580c6..ba80858 100644
--- a/release/netsurfbuildsystem.mdwn
+++ b/release/netsurfbuildsystem.mdwn
@@ -80,9 +80,9 @@ Next the branch must be merged back to master.
     git checkout master
     git merge -s ours heads/releasing/3.11
 
-Then edit desktop/version.c and frontends/amiga/version.c ready for the next 
release cycle
+Then edit `desktop/version.c` , `frontends/amiga/version.c` and 
`utils/jenkins-build.sh` ready for the next release cycle
 
-    git add desktop/version.c frontends/amiga/version.c
+    git add desktop/version.c frontends/amiga/version.c utils/jenkins-build.sh
     git commit -m 'Update version for next development cycle'
 
 Remove releasing branch


-----------------------------------------------------------------------

Summary of changes:
 release/allsource.mdwn          |    3 ++-
 release/netsurfbuildsystem.mdwn |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/release/allsource.mdwn b/release/allsource.mdwn
index 51b136e..0abd940 100644
--- a/release/allsource.mdwn
+++ b/release/allsource.mdwn
@@ -63,7 +63,8 @@ The modified submodules should then be added ready for commit
     git add buildsystem libcss libdom libhubbub libnsbmp libnsfb libnsgif 
libparserutils librosprite libsvgtiny libwapcaplet netsurf nsgenbind
     git commit -m 'Update submodules for 3.7 release'
 
-ensure the component version in the Makefile has been updated
+check the `COMPONENT_VERSION` in the root Makefile matches the version
+number you are releasing, if not change it and commit it so it does.
 
 Update the `ChangeLog.md` as appropriate with rease version numbers etc.
 
diff --git a/release/netsurfbuildsystem.mdwn b/release/netsurfbuildsystem.mdwn
index 4d580c6..ba80858 100644
--- a/release/netsurfbuildsystem.mdwn
+++ b/release/netsurfbuildsystem.mdwn
@@ -80,9 +80,9 @@ Next the branch must be merged back to master.
     git checkout master
     git merge -s ours heads/releasing/3.11
 
-Then edit desktop/version.c and frontends/amiga/version.c ready for the next 
release cycle
+Then edit `desktop/version.c` , `frontends/amiga/version.c` and 
`utils/jenkins-build.sh` ready for the next release cycle
 
-    git add desktop/version.c frontends/amiga/version.c
+    git add desktop/version.c frontends/amiga/version.c utils/jenkins-build.sh
     git commit -m 'Update version for next development cycle'
 
 Remove releasing branch


-- 
NetSurf Developer Wiki Backing Store
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to