Remmina - The GTK+ Remote Desktop Client  v1.4.33
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
HOWTO-generate-the-changelog.md
Go to the documentation of this file.
1 # Requirements
2 
3 ## [gitlab_awesome_release](https://gitlab.com/sue445/gitlab_awesome_release)
4 
5 You can install using gem
6 
7 ```sh
8 gem install gitlab_awesome_release
9 ```
10 
11 You need a token because Gitlab doesn't accept more than a certain number of requests per minute (should be 10).
12 
13 # Generate the CHANGELOG.md
14 
15 ```
16 export GITLAB_API_PRIVATE_TOKEN="YOUR GITLAB PRIVATE TOKEN"
17 export GITLAB_API_ENDPOINT="http://gitlab.com/api/v4"
18 export GITLAB_PROJECT_NAME="Remmina/Remmina"
19 gitlab_awesome_release create_latest_note --filename=CHANGELOG.1.4.10.md
20 ```
21 
22 Than use the newly created note to update the file [CHANGELOG.md](https://gitlab.com/Remmina/Remmina/-/blob/master/CHANGELOG.md)
23 
24 # Commit the new CHANGELOG.md
25 
26 The CHANGELOG.md should be committed only during a new release.