File tree Expand file tree Collapse file tree 4 files changed +31
-5
lines changed Expand file tree Collapse file tree 4 files changed +31
-5
lines changed Original file line number Diff line number Diff line change
1
+ name : Post-release
2
+ on :
3
+ release :
4
+ types : [published, released]
5
+ workflow_dispatch :
6
+
7
+ jobs :
8
+ changelog :
9
+ name : Update changelog
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : actions/checkout@v4
13
+ with :
14
+ ref : main
15
+ - uses : rhysd/changelog-from-release/action@v3
16
+ with :
17
+ file : CHANGELOG.md
18
+ github_token : ${{ secrets.GITHUB_TOKEN }}
19
+ commit_summary_template : ' update changelog for %s changes'
Original file line number Diff line number Diff line change
1
+ Changelog
2
+ *********
3
+
4
+ .. include :: ../CHANGELOG.md
5
+ :parser: myst_parser.sphinx _
Original file line number Diff line number Diff line change @@ -93,10 +93,12 @@ Contents
93
93
:maxdepth: 2
94
94
95
95
examples
96
- api_reference
97
96
98
- Indices
99
- =======
97
+ References
98
+ ==========
99
+
100
+ .. toctree ::
101
+ :maxdepth: 1
100
102
101
- * :ref: ` genindex `
102
- * :ref: ` modindex `
103
+ api_reference
104
+ changelog
You can’t perform that action at this time.
0 commit comments