File: README.dev.org

package info (click to toggle)
pan 0.165-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,964 kB
  • sloc: cpp: 46,523; ansic: 12,163; python: 330; xml: 79; sh: 29; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* Information for developers

** How to create a release

- Run =./mknews <old_version_tag>= and cut'n'paste the information you
  want in [[file:NEWS][NEWS]] file
- update [[file:NEWS][NEWS]] file to feature the new version number and code
  name. Pan release number and title are extracted from this file, so
  please make sure that the first line of the file is:
  #+begin_example
  <version number> "<title>" <whatever>
  #+end_example
- commit the changes
- create a signed tag on master
- push the modifications and tag
- click on release button on gitlab
- send a mail to all pan mailing lists.

** Useful links

- [[https://developer.gnome.org/documentation/index.html][GNOME Developer Documentation]]