Skip to content

Commit 2ad6934

Browse files
author
John Peacock
committed
flow: Created branch 'feature/RT-123477'.
0 parents  commit 2ad6934

35 files changed

+13572
-0
lines changed

.hgflow

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[branchname]
2+
master = default
3+
develop = develop
4+
feature = feature/
5+
release = release/
6+
hotfix = hotfix/
7+
support = support/

.hgignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.*~
2+
.*\.bak
3+
.*\.orig
4+
.*\.patch
5+
tags
6+
version-.*\.tar\.gz
7+
Changes
8+
META\.yml
9+
blib/.*
10+
MYMETA.json
11+
Makefile
12+
vutil/MYMETA.json
13+
vutil/Makefile
14+
pm_to_blib
15+
vutil/pm_to_blib
16+
vutil/vutil.o
17+
vutil/vxs.bs
18+
vutil/vxs.c
19+
vutil/vxs.o

.shipit

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# auto-generated shipit config file.
2+
steps = FindVersion, ChangeVersion, DistTest, Commit, MakeDist, UploadCPAN
3+
4+
# svn.tagpattern = MyProj-%v
5+
# svn.tagpattern = http://code.example.com/svn/tags/MyProj-%v
6+
7+
# CheckChangeLog.files = ChangeLog, MyProj.CHANGES

0 commit comments

Comments
 (0)