From 088e4ad4d9ddfaf342d7eb7d5d215f4e1a41e278 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Sep 04 2024 13:24:34 +0000 Subject: README: Add instructions to generate tags & tarballs --- diff --git a/README.md b/README.md index d11f5ff..1a1c4d5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,22 @@ # Fedora KDE Plasma Welcome -This project contains extra pages and customizations for the [Plasma Welcome](https://invent.kde.org/plasma/plasma-welcome) app -that is part of KDE Plasma for Fedora KDE Plasma. +This project contains extra pages and customizations for the +[Plasma Welcome](https://invent.kde.org/plasma/plasma-welcome) app that is part +of KDE Plasma for Fedora KDE Plasma. + +## Creating archives for releases + +``` +# Tag the current commit +version="6.1.x" +tagname="v${version}" +git tag "${tagname}" HEAD +# Push the tag to the repo +git push --tags origin +``` + +Get the new tarball release from the +[release page](https://pagure.io/fedora-kde/plasma-welcome-fedora/releases). ## Licensing