User Tools

Site Tools


projects:projects

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:projects [2026/06/12 09:40] – [voyc release management] jhagstrandprojects:projects [2026/06/12 21:14] (current) – [Deploy] jhagstrand
Line 210: Line 210:
  
   # in laptop dev repo   # in laptop dev repo
- +   
-  git filter-repo --mailmap .mailmap --force +  git filter-repo --mailmap .mailmap --force 
 +  # lint 
 +  
   git checkout master   git checkout master
   git merge blend   git merge blend
   git branch -d blend   git branch -d blend
 +   
 +  git tag v0.0.0 -m'...' 
 +  
   git push origin master --force --tags   git push origin master --force --tags
   git push origin --delete blend   git push origin --delete blend
 +  
   # in production webserver   # in production webserver
 +  
   git fetch origin   git fetch origin
   git reset --hard origin/master   git reset --hard origin/master
 +  
   git push gitlab master --tags   git push gitlab master --tags
  
projects/projects.1781271653.txt.gz · Last modified: 2026/06/12 09:40 by jhagstrand

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki