Advertisement
sarjona

Untitled

Mar 8th, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. $ ./prerelease.sh --type minor
  2. Starting pre-release processing for minor release.
  3. - Git repository clean
  4. - Fetching remotes
  5. - Operating on minor branches: MOODLE_31_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE
  6. Processing MOODLE_31_STABLE
  7. - Merging install strings...
  8. - Fixing SVG permissions...
  9. - Fixing file permissions...
  10. - Bumping version.
  11. + MOODLE_31_STABLE done! 8 new commits to push.
  12. Processing MOODLE_34_STABLE
  13. - Merging install strings...
  14. - Fixing SVG permissions...
  15. - Fixing file permissions...
  16. - Bumping version.
  17. + MOODLE_34_STABLE done! 8 new commits to push.
  18. Processing MOODLE_35_STABLE
  19. - Merging install strings...
  20. - Fixing SVG permissions...
  21. - Fixing file permissions...
  22. - Bumping version.
  23. + MOODLE_35_STABLE done! 2 new commits to push.
  24. Processing MOODLE_36_STABLE
  25. - Merging install strings...
  26. - Fixing SVG permissions...
  27. - Fixing file permissions...
  28. - Bumping version.
  29. + MOODLE_36_STABLE done! 2 new commits to push.
  30.  
  31. Pre-release processing has been completed.
  32.  
  33. Changes can be reviewed using the --show option.
  34.  
  35. Please propagate these changes to the integration repository with the following:
  36.  
  37. git push origin MOODLE_31_STABLE MOODLE_34_STABLE MOODLE_35_STABLE MOODLE_36_STABLE
  38.  
  39. git tag -a 'v3.1.17' -m 'MOODLE_3117' 1f48e99be13e1dae1847b143bd90a27a39e09aab
  40. git tag -a 'v3.4.8' -m 'MOODLE_348' 52bd62f2be983a1b8afb26b0f9bd08c60cbfd2e6
  41. git tag -a 'v3.5.5' -m 'MOODLE_355' 5e878219fbe7ab63d2a54ed02aff63443fb83192
  42. git tag -a 'v3.6.3' -m 'MOODLE_363' 4d3a32dde97e964ad4512c35d15a1784c69c247e
  43.  
  44. Once CI jobs have ended successfully, you can safely push the release tag(s) to the integration repository:
  45.  
  46. git push origin --tags
  47.  
  48. - Follow the instructions and steps order for major and minor releases @ https://docs.moodle.org/dev/Release_process#Packaging.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement