Skip to content

1.0.1

Latest

Choose a tag to compare

@brianvarskonst brianvarskonst released this 13 Jun 16:54
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.

Workflows 1.0.1

Documentation-only patch release for the first stable SymPress Workflows release line.

This release does not change workflow behavior, inputs, permissions, security defaults, or consumer runtime behavior.

Changes

  • Removed repository setup instructions from the README to keep the landing page focused on usage.
  • Clarified the release tag convention:
    • exact release tags use SemVer without a v prefix, for example 1.0.0
    • major aliases keep the v prefix, for example v1
  • Updated consumer documentation examples to use exact version refs such as @1.0.0.
  • Updated the bug report template placeholder to match the release tag convention.

Compatibility

No migration is required.

Consumers using the stable major alias can continue to use:

jobs:
  qa:
    uses: SymPress/workflows/.github/workflows/sympress-qa.yml@v1

Consumers pinned to 1.0.0 do not need to update unless they want the latest documentation snapshot.

Maintainer Notes

The v1 tag now points to 1.0.1 so consumers using the stable major release line receive the latest patch release.