Skip to content

Commit 8168aa4

Browse files
authored
Merge pull request #672 from Dyalog/671-document-release-process
Add instructions on how to make releases Closes #671
2 parents 1cc7390 + e1c9cd6 commit 8168aa4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RELEASE.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Making Link releases
2+
3+
Link releases are handled via a [GitHub Action](https://docs.github.com/en/actions); see `.github/workflows/make-link-release.yml` for the details. It will create a new release upon detecting a new tag beginning with the letter "v". For example, if you want to create a new release `v4.0.18`, do the following:
4+
```
5+
git tag v4.0.18
6+
git push origin v4.0.18
7+
```
8+
and the release should get baked. A release will contain two assets, one for Dyalog version `18.2`, and one for version `19` and later.
9+
10+
Note that the action does NOT validate the release sequence in any way. It is up to the person making the release to compose the tag appropriately.

0 commit comments

Comments
 (0)