You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/howto/contributing.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -371,7 +371,7 @@ Releasing
371
371
372
372
git checkout main
373
373
git pull
374
-
git tag -a '0.14.3' -m "Release version 0.14.3"
374
+
git tag -a '0.14.4' -m "Release version 0.14.4"
375
375
git push --tags
376
376
377
377
- The ``ci.yml`` job will automatically create a draft release in `GitHub Releases <https://github.com/dfetch-org/dfetch/releases/>`_ with all artifacts.
@@ -137,7 +137,7 @@ Feature: Checking dependencies from an archive
137
137
When I run "dfetch check SomeProject" in MyProject
138
138
Then the output shows
139
139
"""
140
-
Dfetch (0.14.3)
140
+
Dfetch (0.14.4)
141
141
SomeProject:
142
142
> Local changes were detected, please generate a patch using 'dfetch diff SomeProject' and add it to your manifest using 'patch:'. Alternatively overwrite the local changes with 'dfetch update --force SomeProject'
@@ -117,7 +117,7 @@ Feature: Checking dependencies from a git repository
117
117
And I run "dfetch check"
118
118
Then the output shows
119
119
"""
120
-
Dfetch (0.14.3)
120
+
Dfetch (0.14.4)
121
121
ext/test-repo-tag:
122
122
> wanted (v2.0), current (v1), available (v2.0)
123
123
"""
@@ -139,7 +139,7 @@ Feature: Checking dependencies from a git repository
139
139
When I run "dfetch check SomeProject"
140
140
Then the output shows
141
141
"""
142
-
Dfetch (0.14.3)
142
+
Dfetch (0.14.4)
143
143
SomeProject:
144
144
> Local changes were detected, please generate a patch using 'dfetch diff SomeProject' and add it to your manifest using 'patch:'. Alternatively overwrite the local changes with 'dfetch update --force SomeProject'
0 commit comments