Skip to content

Commit 86e871b

Browse files
committed
Docs: add the maintainership documentation
1 parent 9e7dae7 commit 86e871b

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
tags:
7-
- '*'
7+
- 'v*'
88
pull_request:
99
branches:
1010
- master

MAINTAINERSHIP.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
codingteam.org.ru Maintainership
2+
================================
3+
4+
Release
5+
-------
6+
To release a new version:
7+
1. Update the copyright year in the `LICENSE.md`, if required.
8+
2. Update the copyright year inside of the `<footer>` element of the `Codingteam.Site/Views/Shared/_Layout.cshtml`, if required.
9+
3. Choose a new version according to [Semantic Versioning][semver]. It should consist of three numbers (i.e. `1.0.0`).
10+
4. Make sure there's a properly formed version entry in the `CHANGELOG.md`.
11+
5. Update the `<Version>` property in the `Codingteam.Site/Codingteam.Sire.fsproj` file.
12+
6. Merge the aforementioned changes via a pull request.
13+
7. Push a tag named `v<VERSION>` to GitHub.
14+
15+
The new release will be published and pushed to the Docker Hub automatically.
16+
17+
[semver]: https://semver.org/spec/v2.0.0.html

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,14 @@ Documentation
9292
-------------
9393

9494
- [Changelog][changelog]
95+
- [Maintainership][docs.maintainership]
9596
- [License][license]
9697

9798
[badge.docker]: https://img.shields.io/docker/v/codingteam/codingteam.org.ru?sort=semver
9899

99100
[changelog]: CHANGELOG.md
100101
[codingteam.org.ru]: https://codingteam.org.ru/
101102
[docker-hub]: https://hub.docker.com/r/codingteam/codingteam.org.ru
103+
[docs.maintainership]: MAINTAINERSHIP.md
102104
[dotnet]: https://dot.net/
103105
[license]: LICENSE.md

codingteam.org.ru.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ProjectSection(SolutionItems) = preProject
1313
LICENSE.md = LICENSE.md
1414
README.md = README.md
1515
CHANGELOG.md = CHANGELOG.md
16+
MAINTAINERSHIP.md = MAINTAINERSHIP.md
1617
EndProjectSection
1718
EndProject
1819
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{339BA2DC-3628-4E8E-98CC-264B5A3625AA}"

0 commit comments

Comments
 (0)