We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5de5df commit 70b6b45Copy full SHA for 70b6b45
1 file changed
misc/make_a_release.sh
@@ -29,10 +29,12 @@ CHANGELOG_FILE="$BASEDIR/CHANGELOG.md"
29
MAN_DIR="$BASEDIR/pepcdata/man/man1"
30
RST_FILES="$BASEDIR/docs/pepc-pstates.rst
31
$BASEDIR/docs/pepc-cstates.rst
32
- $BASEDIR/docs/pepc-aspm.rst
33
- $BASEDIR/docs/pepc-tpmi.rst
+ $BASEDIR/docs/pepc-uncore.rst
+ $BASEDIR/docs/pepc-cpu-hotplug.rst
34
$BASEDIR/docs/pepc-topology.rst
35
- $BASEDIR/docs/pepc-cpu-hotplug.rst"
+ $BASEDIR/docs/pepc-pmqos.rst
36
+ $BASEDIR/docs/pepc-tpmi.rst
37
+ $BASEDIR/docs/pepc-aspm.rst"
38
39
# Path to the script that prepares CHANGELOG.md for the release.
40
PREPARE_CHENGELOG_MD="$BASEDIR/misc/prepare_changelog_md"
0 commit comments