summaryrefslogtreecommitdiff
path: root/.emacs.d/color-theme-6.6.0/HACKING
blob: 747736014974197c04ea47d7acc86f539d18edf9 (plain)
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
This file is intented to help any color-theme hacker and particulary
color-theme release team.


To release a new version, please follow these instructions:

1a. Change Makefile.defs (VERSION and LASTUPLOAD)

1b. Verify color-theme.el header file

2. Prepare debian/ directory
   => control and changelog
   => check other files

3. Tag the whole source files with:

   cvs tag -c RELEASE-X-X-X

4. Launch the automatic tarball/debian creation:

  make release

5. Pray :)