Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
siesta-project
siesta
Commits
fa12f229
Commit
fa12f229
authored
Feb 01, 2021
by
Nick R. Papior
Browse files
doc: fixed release script to add version to the pdfs
And amended ReleaseNotes with exact version and tagging date
parent
6c3c0249
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Docs/release.sh
Docs/release.sh
+3
-0
ReleaseNotes.md
ReleaseNotes.md
+1
-1
No files found.
Docs/release.sh
View file @
fa12f229
...
...
@@ -294,6 +294,9 @@ rm -rf .git*
# Create signatures and move files
for
f
in
*
.pdf
;
do
nopdf
=
${
f
//.pdf
}
mv
$f
$nopdf
-
${
_tag_no_v
}
.pdf
f
=
$nopdf
-
${
_tag_no_v
}
.pdf
sign
$f
store
$f
checksums
$f
...
...
ReleaseNotes.md
View file @
fa12f229
...
...
@@ -6,7 +6,7 @@ grouped under headings representing past (and upcoming) releases.
# 4.1.X versions
## 4.1 (2021-
) FUTURE
Feature release
## 4.1
.5
(2021-
01-27)
Feature release
### Backward compatibility issues
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment