You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ This project uses [Semantic Versioning](https://semver.org/) and its version is
147
147
automatically determined by [release-drafter](https://github.com/release-drafter/release-drafter)
148
148
based on the labels of the pull requests merged into the `main` branch.
149
149
150
-
See the [release-drafter configuration](../.github/release-drafter.yml) for more details.
150
+
See the [release-drafter configuration](./.github/release-drafter.yml) for more details.
151
151
152
152
## Creating a New Release
153
153
@@ -157,9 +157,9 @@ create a draft release or update the existing draft release in the [Releases](ht
157
157
To create a new release you need to publish the existing draft release created by release-drafter.
158
158
159
159
> [!IMPORTANT]
160
-
> Make sure the [release-drafter workflow](../.github/workflows/release-drafter.yml) is finished before publishing the release.
160
+
> Make sure the [release-drafter workflow](https://github.com/elastic/docs-builder/actions/workflows/release-drafter.yml) is finished before publishing the release.
161
161
162
162
> [!NOTE]
163
-
> When a release is published, the [create-major-tag workflow](../.github/workflows/create-major-tag.yml)
163
+
> When a release is published, the [create-major-tag workflow](./.github/workflows/create-major-tag.yml)
164
164
> will force push a new major tag in the format `vX` where `X` is the major version of the release.
165
165
> For example, if the release is `1.2.3` was published, the workflow will force push a new tag `v1` on the same commit.
0 commit comments