Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Release Metrics 

...

  • Count contributors,  the following git commands can be used to count contributors for given commit range of current branch:

...

    • ...

        • git

      ...

        • shortlog

      ...

        •  --summary

      ...

        • startCommitId..endCommitId

      ...

        • |

      ...

        • awk

      ...

        • -F

      ...

        • '

      ...

        • '

      ...

        • '{$1="";

      ...

        • print

      ...

        • $0

      ...

        • }'|sort

      ...

        • -n|awk

      ...

        • 'BEGIN{ORS=",

      ...

        • "}{print

      ...

        • $0}'  
      • Count resolved issues, the JIRA filter can be used to count the resolved issues in this version:
        • project = flink AND status in (closed, resolved, Fixed, Completed, Done) AND fixVersion in (1.17.0) 

      Maintenance of CI builds and infrastructure

      ...