Skip to content

Commit 39c8dd1

Browse files
authored
Documentation: minor tweaks to the release docs
1 parent b938ae1 commit 39c8dd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/development/release.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release Process via GitHub Actions
22

33
??? info "What are GitHub Actions?"
4-
GitHub Actions is a service on GitHub that is free for public repositories. It provides runners with different OSes (Windows, MacOS, Linux) that can perform automated tasks.
4+
GitHub Actions is a service on GitHub that is free for public repositories. It provides runners with different OS's (Windows, MacOS, Linux) that can perform automated tasks.
55

66
Creating a new tag on the [SPM repository](https://github.com/spm/spm) triggers the release process. The release description has to be added manually.
77

@@ -21,11 +21,11 @@ This can also be done by creating a [new release on the GitHub webpage](https://
2121

2222
## Setting the version in SPM
2323

24-
The release process automatically sets the version to the version given by the tag and the current date. The version in SPM is controlled by line 2 in the file [Contents.m](https://github.com/spm/spm/blob/main/Contents.m), which is the development version in the GitHub repository.
24+
The release process automatically sets the version to the one given by the tag and the current date. The version in SPM is controlled by line 2 in the file [Contents.m](https://github.com/spm/spm/blob/main/Contents.m), which is the development version in the GitHub repository.
2525

2626
## SPM release
2727

28-
The main SPM release is available as e.g. spm_25.01.02.zip on the [release page on github](https://github.com/spm/spm/releases). It is basically the identical version to the files on GitHub with only the version number adjusted. Please note, that downloading the *source code* on the release tab instead would give the same SPM files, but without the version information.
28+
The main SPM release is available as e.g. spm_25.01.02.zip on the [release page on github](https://github.com/spm/spm/releases). It is basically identical to the files on GitHub with only the version number adjusted. Please note, that downloading the *source code* on the release tab instead would give the same SPM files, but without the version information.
2929

3030
## SPM standalone
3131

0 commit comments

Comments
 (0)