发行说明生成器 Github Action for语义发布/发布注释生成器 安装 name : Generate release notes on : push jobs : build : runs-on : ubuntu-latest steps : - uses : actions/checkout@v2 with : # Fetches entire history, so we can analyze commits fetch-depth : 0 - name : Generate release notes id : release_notes uses : fresa/release-notes-generator@master