Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 581 Bytes

RELEASE.md

File metadata and controls

21 lines (18 loc) · 581 Bytes

Release step

  • vender

    • merge dev into master
    • branch #.##.x
  • fibjs

    • modify fibjs/include/version.h, change version string.
    • run tools/changelog.js, generate changelog.
    • change branch of vender to #.##.x in .gitmodules.
    • commit fibjs with "Release v#.##"
    • merge dev into master
    • branch #.##.x
    • tag fibjs with "v#.##"
  • switch branch of vender to dev.

  • fibjs

    • switch branch of fibjs to dev.
    • modify fibjs/include/version.h, change version string to "dev".
    • switch branch of vender to "dev" in .gitmodules.
    • commit fibjs with "dev v#.##"