Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 2.07 KB

tasks.md

File metadata and controls

32 lines (29 loc) · 2.07 KB

Tasks

Creating gerrit commit to Eclipse Simrel aggregation build repo

Create and push github tag

  • Create an annotated (ideally) tag aiming proper Eclipse Milestone where RedDeer milestone bits will be included
  • git tag -a <tagname>
  • write a brief description
  • check tag's head commit git show <tagname>
  • push tag into origin git push --tags
  • push tag into upstream git push upstream --tags

Creating a milestone