Skip to content

Commit

Permalink
Update Release Process notes
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed May 27, 2022
1 parent 517ade7 commit b25b96e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
19 changes: 5 additions & 14 deletions docs/ReleaseProcess.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,12 @@ project's git repository.

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

- Create a docs/Releases page with highlights and a full changelog with the
command:

```
git shortlog <oldtag>..
```

- Commit version.m4 and the new Releases page

- Test locally with "make rpms" that everything builds fine

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

```
git tag v0.1.0
git tag -s v0.1.0
```

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

## Publish the release

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

- Copy the content of the new-release page into a mail and announce on the
gssproxy mailinglist
- Announce th new release on the gssproxy mailinglist
(https://lists.fedorahosted.org/mailman/listinfo/gss-proxy)
3 changes: 3 additions & 0 deletions docs/Releases/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This directory is historical.
Releases are document on the Github
[Releases](https://github.com/gssapi/gssproxy/releases) page.

0 comments on commit b25b96e

Please sign in to comment.