To make packaging and distribution easier, it'd help a lot of Scribe had
tagged releases that could be referred to. For instance, a change in
dependencies could break the Nix flake I contributed if the flake is not
also updated. Is there a reason this is not done currently?
Hi Sashanoraa,
No reason why this isn't done currently. I wasn't expecting anyone to care, to be honest.
I currently version the app by marking the current date in src/version.cr. If I added a tag with the same string, would that work?
Edward
On 16 Dec 2023, at 1:38, Sashanoraa wrote:
> To make packaging and distribution easier, it'd help a lot of Scribe had> tagged releases that could be referred to. For instance, a change in> dependencies could break the Nix flake I contributed if the flake is not> also updated. Is there a reason this is not done currently?
On Mon Dec 18, 2023 at 8:16 AM EST, Edward Loveall wrote:
> I currently version the app by marking the current date in src/version.cr. If I added a tag with the same string, would that work?
Yes, that would work great!
Great! I added and pushed those.
Edward
On 18 Dec 2023, at 8:30, Sashanoraa wrote:
> On Mon Dec 18, 2023 at 8:16 AM EST, Edward Loveall wrote:>> I currently version the app by marking the current date in src/version.cr. If I added a tag with the same string, would that work?>> Yes, that would work great!