$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Getting Started with Modular Boost Library Maintenance
From: Cox, Michael (mhcox_at_[hidden])
Date: 2013-12-17 03:14:31
On Tue, Dec 17, 2013 at 1:03 AM, Cox, Michael <mhcox_at_[hidden]>wrote:
> LFrom https://svn.boost.org/trac/boost/wiki/StartModMaint: LLightweight
> library release<https://svn.boost.org/trac/boost/wiki/StartModMaint#Lightweightlibraryrelease>
>
> Small, simple libraries and simple releases just merge develop into master,
> tag master, and declare victory.
>
> git checkout master
> git merge --no-ff develop
> git tag -a 1.56.1
>
>
Also, has there been any thought to using signed tags? I know Linux uses
them. I've never used them for my own little projects, but for something
as important as boost, should they be used?
Michael