NAME
narada-release - release current changes in Narada project
VERSION
This document describes narada-release version v2.3.8
USAGE
narada-release
DESCRIPTION
Should be executed in Narada 1.x project root directory.
Generate project update in files var/patch/VERSION.$USER.*
where VERSION is contents of config/version
. This update should be then applied locally on var/patch/.prev/
(just run narada-patch
) and can be applied on another installation of this project by uploading these files into var/patch/
of that installation and executing narada-patch
.
Process of generating update files
Increment version number in config/version
if this file wasn't modified manually since last update.
Run $EDITOR doc/ChangeLog
to let you enter changes for this update. After you exit from editor will add/update header line in doc/ChangeLog
.
Create var/patch/VERSION.$USER.99.patch
with changes for files config/version
and doc/ChangeLog
.
Rename var/patch/CURRENT.*
to var/patch/VERSION.$USER.*
.
Rename var/patch/PENDING.*
to var/patch/VERSION.$USER.*
.
Create empty var/patch/PENDING.*
(just for convenience).
CONFIGURATION AND ENVIRONMENT
$EDITOR
$USER
SUPPORT
Bugs / Feature Requests
Please report any bugs or feature requests through the issue tracker at https://github.com/powerman/Narada/issues. You will be notified automatically of any progress on your issue.
Source Code
This is open source software. The code repository is available for public review and contribution under the terms of the license. Feel free to fork the repository and submit pull requests.
https://github.com/powerman/Narada
git clone https://github.com/powerman/Narada.git
Resources
MetaCPAN Search
CPAN Ratings
AnnoCPAN: Annotated CPAN documentation
CPAN Testers Matrix
CPANTS: A CPAN Testing Service (Kwalitee)
AUTHOR
Alex Efros <powerman@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2008- by Alex Efros <powerman@cpan.org>.
This is free software, licensed under:
The MIT (X11) License