File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ Instructions
41
41
42
42
git checkout -b my-new-feature
43
43
44
- 5. Add and make changes to your app's code as needed, committing each self-contained change
44
+ 5. Add and make changes to your app's code as needed, committing each self-contained change. Use the `Conventional
45
+ Commits <https://www.conventionalcommits.org/en/v1.0.0/> `_ commit message format so the new version for your service
46
+ can be automatically calculated.
45
47
46
48
.. code-block :: shell
47
49
@@ -61,7 +63,9 @@ Instructions
61
63
62
64
.. image :: images/updating_services/pytest.png
63
65
64
- 8. Update the semantic version of your app:
66
+ 8. Update the `semantic version <https://semver.org/ >`_ of your app. This communicates to anyone updating from a
67
+ previous version of the service whether they can use it as before or if there might be changes they need to make to
68
+ their own code or data first.
65
69
66
70
- ``poetry version patch `` for a bug fix or small non-code change
67
71
- ``poetry version minor `` for a new feature
You can’t perform that action at this time.
0 commit comments