Commit 21f2765
committed
Enhance GitHub release workflow with automatic release creation
- Added release name/title (Math vX.Y.Z)
- Automatically extracts changelog for the version
- Adds documentation link to every release
- Includes installation instructions in release notes
- Enables GitHub's automatic release notes generation
- Marks alpha/beta/rc versions as pre-releases
- Outputs version for test-installation job
When a tag (v*.*.*) is pushed, the workflow will:
1. Run tests
2. Build release
3. Extract changelog
4. Create GitHub release with formatted notes
5. Test installation on Ubuntu and macOS1 parent 0dbc94a commit 21f2765
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
47 | 65 | | |
48 | 66 | | |
49 | 67 | | |
| 68 | + | |
50 | 69 | | |
51 | 70 | | |
52 | 71 | | |
| 72 | + | |
53 | 73 | | |
54 | 74 | | |
55 | 75 | | |
| |||
0 commit comments