Skip to content

Commit

Permalink
Hotfixing false positive errors (warnings) reported by "textlint-rule…
Browse files Browse the repository at this point in the history
…-doubled-spaces" in NodeJS Extensions
  • Loading branch information
BenedekFarkas committed Mar 21, 2024
1 parent 0f3e011 commit 6932e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ To ensure that when changing actions or workflows their references to other acti
## Versioning, Tags and Releases

To release versions of Lombiq GitHub Actions, and allow consumers to reference a specific version of a reusable workflow or composite action (e.g. `@v1.0`), we employ some automation to do this in a consistent and predictable way.
See [issue #284 "Introduce versioning and releases (OSOE-735)"](https://github.com/Lombiq/GitHub-Actions/issues/284) <!-- #spell-check-ignore-line -->
for additional details on why we do this.

See [issue #284 "Introduce versioning and releases (OSOE-735)"](https://github.com/Lombiq/GitHub-Actions/issues/284) for additional details on why we do this. <!-- #spell-check-ignore-line -->

New versions of Lombiq GitHub Actions are automatically tagged using the [Tag Version (this repo)](https://github.com/Lombiq/GitHub-Actions/blob/dev/.github/workflows/tag-version-this-repo.yml) workflow. This workflow is triggered for release branches with a name that matches the `release/**` pattern (e.g. `release/v1.0`, `release/v2.0-alpha`, etc.).

Expand Down

0 comments on commit 6932e26

Please sign in to comment.