Merge ~pelpsi/lpci:add-dev0-suffix-to-docs into lpci:main

Proposed by Simone Pelosi
Status: Merged
Approved by: Simone Pelosi
Approved revision: 886af783d0ad9f41b31d879a0d74c9017f9cb418
Merge reported by: Simone Pelosi
Merged at revision: 886af783d0ad9f41b31d879a0d74c9017f9cb418
Proposed branch: ~pelpsi/lpci:add-dev0-suffix-to-docs
Merge into: lpci:main
Diff against target: 44 lines (+11/-1)
3 files modified
NEWS.rst (+5/-0)
docs/release-process.rst (+5/-0)
setup.cfg (+1/-1)
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Review via email: mp+441690@code.launchpad.net

Commit message

Added "dev0" suffix to docs

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/NEWS.rst b/NEWS.rst
2index b88d8e0..cd5a134 100644
3--- a/NEWS.rst
4+++ b/NEWS.rst
5@@ -2,6 +2,11 @@
6 Version history
7 ===============
8
9+0.1.2 (unreleased)
10+==================
11+
12+- Add ``dev0`` suffix documentation.
13+
14 0.1.1 (2023-04-21)
15 ==================
16 - Fix the yaml formatting in the snap deprecated format warning.
17diff --git a/docs/release-process.rst b/docs/release-process.rst
18index c458ab4..16eeb73 100644
19--- a/docs/release-process.rst
20+++ b/docs/release-process.rst
21@@ -41,6 +41,11 @@ How to create a new release
22
23 Some additional information
24 ***************************
25+- It is best practice to use ``dev0`` version's suffix defining a new
26+ development version into ``setup.cfg`` after a release,
27+ so when building that version for testing, it does not show the old version number.
28+ Once we want to release, we remove the suffix, to indicate that
29+ this is no longer a development version.
30
31 - members of the Launchpad team can use the ``Request builds`` button
32 on that recipe if they need updated builds urgently
33diff --git a/setup.cfg b/setup.cfg
34index 847ea7c..70bc372 100644
35--- a/setup.cfg
36+++ b/setup.cfg
37@@ -1,6 +1,6 @@
38 [metadata]
39 name = lpci
40-version = 0.1.1
41+version = 0.1.2.dev0
42 description = Runner for Launchpad CI jobs
43 long_description = file: README.rst
44 long_description_content_type = text/x-rst

Subscribers

People subscribed via source and target branches