octue / check-semantic-version

A GitHub action to check that your package/lib version matches that calculated from Conventional Commits
0 stars 0 forks source link

Update readme to latest beta #15

Closed thclark closed 3 months ago

thclark commented 1 year ago

Feature request

Readme instructs on installing an old beta, and doesn't show the ability to configure breaking change versions.

Should include something like:


      - name: Check version
        uses: octue/check-semantic-version@1.0.0.beta-9
        with:
          path: package.json
          breaking_change_indicated_by: major
cortadocodes commented 1 year ago

That's strange, when I look at the readme it shows the use of the latest version 1.0.0.beta-9 and the breaking change option. Where are you seeing this missing?