-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.dist
45 lines (27 loc) · 898 Bytes
/
README.dist
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
RELEASE PROCEDURE
-----------------
This is the procedure used to release a new version of IPC::DirQueue,
recorded here as an aide-memoire.
Run:
svn up
svn log > CHANGES
make tardist
Upload the new tarball using cpan-upload.
Send this mail:
================================================================================
Subject: released version x.xx of IPC::DirQueue
From: [email protected] (Justin Mason)
Fcc: +outbox
Hi --
Version x.xx of IPC::DirQueue is now released, and should be showing
up on CPAN rsn. Changes since x.xw:
[cut and paste from CHANGES file]
================================================================================
Then bump the version for the next release:
vi lib/IPC/DirQueue.pm
/VERSION
[bump]
svn commit -m "RELEASED VERSION 0.08" lib/IPC/DirQueue.pm
Done!