Skip to content

Commit 19a40f3

Browse files
Rename so it doesn't appear as main README in repo
1 parent 36f25a0 commit 19a40f3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/README.md renamed to .github/DOCS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ This workflow is responsible for versioning and preparing releases based on pull
1515

1616
- **Alpha Versioning**: When a PR includes the `alpha` label, versions are created with an `-alpha.N` suffix (e.g., `1.2.3-alpha.1`, `1.2.3-alpha.2`). This continues until the alpha label is removed, at which point the version returns to standard semantic versioning.
1717

18-
1918
### 2. `build-test-report.yml`
2019

2120
This workflow handles building, testing, and reporting.
@@ -56,4 +55,3 @@ This workflow handles the publishing of releases to NPM.
5655
2. **Draft Release Creation**: The `create-release.yml` workflow creates a draft release if `package.json` contains a new version on the `main` branch.
5756

5857
3. **Publishing**: When a release is published on GitHub (moved from draft to released), the `publish-release.yml` workflow is triggered. It builds the project and publishes it to NPM, ensuring the package is available for public use.
59-

0 commit comments

Comments
 (0)