about summary refs log tree commit diff stats
path: root/themes/spawn
blob: 0b4039050de456b0f697bdd9632cb531c86c6c24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[colours]
bkgnd=default
titlebar=red
statusbar=red
titlebar.text=yellow
titlebar.brackets=green
statusbar.text=yellow
statusbar.brackets=green
statusbar.active=white
statusbar.new=green
main.text=white
input.text=green
main.time=red
main.splash=red
online=green
away=yellow
chat=green
dnd=green
xa=yellow
offline=grey
typing=green
gone=red
error=red
incoming=yellow
roominfo=green
roommention=red
me=green
them=yellow
titlebar.unencrypted=red
titlebar.encrypted=green
titlebar.untrusted=red
titlebar.trusted=green
otr.started.trusted=green
otr.started.untrusted=red
otr.ended=yellow
otr.trusted=green
otr.untrusted=red
0 autotools: fix `make dist` command' href='/danisanti/profani-tty/commit/RELEASE_GUIDE.md?id=0f0659aa091ac78cbdf5a04084bda17b80469a8e'>0f0659aa ^
f3ca75d6 ^

0f0659aa ^



f3ca75d6 ^

0f0659aa ^
f3ca75d6 ^

0f0659aa ^
f3ca75d6 ^

0f0659aa ^
f3ca75d6 ^

0f0659aa ^
f3ca75d6 ^

0f0659aa ^

f3ca75d6 ^


d4892b29 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72










                                                                                                 
                                                       




                                                                                        
                                                                                                                  
                                                                                                                                   



                       





                                                     
                                         







                        
 
                                       

   
                             

   
                    

   



               

   
                              

   
                                                     

   
                                     

   
                            

   

                                                


                                                                         
                                                              
# Release Guide

Usually release candidates are tagged 0.6.0.rc1, 0.6.0.rc2 and tested for a week or so.

* Release libstrophe and libmesode if required

* Run Unit tests: `make check-unit`
* Run Functional tests - Currently disabled
* Run manual valgrind tests for new features
* Build and simple tests in Virtual machines ideally all dists including OSX and Windows (Cygwin)

* Update Inline command help (./src/command/cmd_defs.c)
* Check copright dates in all files (Copywright 2012-2019)

* Generate HTML docs (the docgen argument only works when package status is development)
    `./profanity docgen`

* Determine if libprofanitys version needs to be [increased](https://github.com/profanity-im/profanity/issues/973)
* Update plugin API docs (./apidocs/c and ./apidocs/python) need to run the `gen.sh` and commit the results to the website git repo
* Update CHANGELOG
* Update profrc.example

## Creating artefacts
* Set the correct release version in configure.ac:

```
AC_INIT([profanity], [0.6.0], [boothj5web@gmail.com])
```

* Set the package status in configure.ac:

```
PACKAGE_STATUS="release"
```

* Commit
* Tag (0.6.0)
* Push

* Configure to generate fresh Makefile:

```
./bootstrap.sh && ./configure
```

* Generate tarballs:

```
make dist
make dist-bzip2
make dist-xz
make dist-zip
```

* Set version to next release:

```
AC_INIT([profanity], [0.7.0], [boothj5web@gmail.com])
```

* Set the pacakge status back to dev:

```
PACKAGE_STATUS="development"
```

* Create a branch for patch releases (0.6.patch)
* Push

## Updating website
  * Make changes to the git repo incuding uploading the new artefacts at:
        https://github.com/profanity-im/profanity-im.github.io