1. 12 Apr, 2020 1 commit
  2. 11 Apr, 2020 35 commits
  3. 10 Apr, 2020 1 commit
  4. 09 Apr, 2020 3 commits
    • Rafael Monnerat's avatar
      Add script to release slapos.cookbook · 91852f73
      Rafael Monnerat authored
      This script everything required to release slapos.cookbook, and verbose additional information to
      the user review and push the changes.
      
      This script automatically slapos.cookbook version on update stack/slapos.cfg also, if you want only
      release the EGG w/o using it, you can call it using:
      
       EGG_ONLY=Y bash release-cookbook
      
      else, call it only by 'bash release-cookbook'.
      91852f73
    • Rafael Monnerat's avatar
      e0e53036
    • Rafael Monnerat's avatar
      Add script to release a new Software Release · 62202e0c
      Rafael Monnerat authored
        This script should be invoked to release a new software release, it will use what is in 1.0 branch to create
        the tag, and it will verbose the follow information...
      
      ###################################################################
      You are about to release a new version of SlapOS Software Release
      Lastest release: 1.0.144
      Next Release to be Tagged: 1.0.145
      ###################################################################
       Please review current tag and them push it:
       To review use git log 1.0.145
      
       To push into main repository:
       git push origin 1.0.145
      62202e0c