Skip to content

docs: improve section about GitHub Actions #1303

@spaceone

Description

@spaceone

Hello,

the documentation chapter Github Actions starts with explaining the GitHub Actions, then link to: action.yml - which is the definition for the action in github - endusers don't care about it, I guess - and then all configuration options are shown.

After this the practical example sections comes, but one doesn't know that it will follow. It's not shown in the side-navigation.

Improvments:

  • link in the top description to "#examples" .
  • give two short examples directly on how to create a version and how to publish a build.
      - name: Release | Python Semantic Release
        id: release
        uses: python-semantic-release/python-semantic-release@10  # which version???
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          verbosity: 1
          build: false
          # all the documented options here...
      - name: Release | Add distribution artifacts to GitHub Release Assets
        uses: python-semantic-release/publish-action@10  # which version???
        if: steps.release.outputs.released == 'true'
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          tag: ${{ steps.release.outputs.tag }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmedPrevent from becoming staledocsImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy