Skip to content

Commit b25b96e

Browse files
committed
Update Release Process notes
Signed-off-by: Simo Sorce <[email protected]>
1 parent 517ade7 commit b25b96e

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

docs/ReleaseProcess.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,12 @@ project's git repository.
99

1010
- Change in version.m4 with the new version number (ex. 0.1.0)
1111

12-
- Create a docs/Releases page with highlights and a full changelog with the
13-
command:
14-
15-
```
16-
git shortlog <oldtag>..
17-
```
18-
19-
- Commit version.m4 and the new Releases page
20-
2112
- Test locally with "make rpms" that everything builds fine
2213

23-
- Tag the release in master like this:
14+
- Make a signed tag for the release in the main branch like this:
2415

2516
```
26-
git tag v0.1.0
17+
git tag -s v0.1.0
2718
```
2819

2920
This will apply the tag to the last commit
@@ -55,8 +46,8 @@ sha512sum gssproxy-0.1.0.tar.gz > gssproxy-0.1.0.tar.gz.sha512sum.txt
5546

5647
## Publish the release
5748

58-
- Upload tarball and checksum to GitHub release page
49+
- Use Github to create a Release page from the tag.
50+
Use the option to create release notes from the PR log.
5951

60-
- Copy the content of the new-release page into a mail and announce on the
61-
gssproxy mailinglist
52+
- Announce th new release on the gssproxy mailinglist
6253
(https://lists.fedorahosted.org/mailman/listinfo/gss-proxy)

docs/Releases/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This directory is historical.
2+
Releases are document on the Github
3+
[Releases](https://github.com/gssapi/gssproxy/releases) page.

0 commit comments

Comments
 (0)