File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,12 @@ project's git repository.
9
9
10
10
- Change in version.m4 with the new version number (ex. 0.1.0)
11
11
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
-
21
12
- Test locally with "make rpms" that everything builds fine
22
13
23
- - Tag the release in master like this:
14
+ - Make a signed tag for the release in the main branch like this:
24
15
25
16
```
26
- git tag v0.1.0
17
+ git tag -s v0.1.0
27
18
```
28
19
29
20
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
55
46
56
47
## Publish the release
57
48
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.
59
51
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
62
53
(https://lists.fedorahosted.org/mailman/listinfo/gss-proxy )
Original file line number Diff line number Diff line change
1
+ This directory is historical.
2
+ Releases are document on the Github
3
+ [ Releases] ( https://github.com/gssapi/gssproxy/releases ) page.
You can’t perform that action at this time.
0 commit comments