Skip to content

Commit 056bbec

Browse files
authored
fix links
1 parent f18959a commit 056bbec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/versioning-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This repository is configured with a GitHub Actions workflow that automates the
3535
git push origin v1.0.0
3636
```
3737

38-
2. **Workflow Trigger:** Pushing the tag to the repository triggers the [`release-on-tag.yml`](../../.github/workflows/release-on-tag.yml) workflow.
38+
2. **Workflow Trigger:** Pushing the tag to the repository triggers the [`.github/release-on-tag.yml`](../.github/workflows/release-on-tag.yml) workflow.
3939

4040
3. **Automated Release Notes:** The workflow automatically generates release notes based on the titles of the pull requests merged since the last release. It categorizes them into sections like "Features," "Bug Fixes," and "Maintenance."
4141

@@ -45,7 +45,7 @@ This repository is configured with a GitHub Actions workflow that automates the
4545
4646
You can customize the title and body of the release notes by editing the following files:
4747
48-
- [`/.github/RELEASE_TITLE.txt`](../../.github/RELEASE_TITLE.txt): A one-line title for your release.
49-
- [`/.github/RELEASE_BODY.md`](../../.github/RELEASE_BODY.md): A markdown file where you can add introductory text or other custom content to the release notes.
48+
- [`.github/RELEASE_TITLE.txt`](../.github/RELEASE_TITLE.txt): A one-line title for your release.
49+
- [`.github/RELEASE_BODY.md`](../.github/RELEASE_BODY.md): A markdown file where you can add introductory text or other custom content to the release notes.
5050
5151
By combining Semantic Versioning with automated release workflows, you can maintain a professional, consistent, and low-friction release process for your project.

0 commit comments

Comments
 (0)