From 6b85cd066053befa2933259ab47ffc079c44db58 Mon Sep 17 00:00:00 2001 From: Juan Date: Tue, 26 Nov 2024 06:53:42 -0300 Subject: [PATCH] Release --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9fbd9f4..f39d35e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,3 +3,8 @@ Thank you for contribute to POAP Family project. Any contribution you make will be reflected on https://poap.family. The codebase is under MIT license. All code submitted must be licensed under these terms (2-clause BSD, ISC, etc.). + +## Release + +When merging into `main` increase the `package.json` version accordenly and then tag the merge +commit with the version prefixed with "v", finally create a relase for that tag.