Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KPhotoAlbum
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Graphics
KPhotoAlbum
Commits
f1882c4a
Commit
f1882c4a
authored
Aug 08, 2020
by
Johannes Zarl-Zierl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved changelog2markdown.sh into website repo.
parent
002e6470
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
dev/scripts/changelog2markdown.sh
dev/scripts/changelog2markdown.sh
+0
-13
No files found.
dev/scripts/changelog2markdown.sh
deleted
100755 → 0
View file @
002e6470
#!/bin/sh
# Author: Johannes Zarl-Zierl <johannes@zarl-zierl.at>
# I do not consider this shell snippet to be copyrightable.
# If you need to put a license on it, please go ahead. For questions, please do contact me via email.
BUGZILLA
=
https://bugs.kde.org/
echo
"--Paste Changelog entries here--"
>
&2
sed
\
"
s/^
\W
*
\*
\(
[^:]*:
\)
/ - **
\1
**/ ### Replace asterisk with dash, make classifier (Bug|Change|Deprecateion|etc.) **bold**
s_
\#\(
[0-9]*
\)
_[#
\1
](
$BUGZILLA
\1
)_g ### Replace #1234 with link to bugzilla
"
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