·
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
vprefix, for example1.0.0 - major aliases keep the
vprefix, for examplev1
- exact release tags use SemVer without a
- 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@v1Consumers 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.