autopub 1.0.0a9__py3-none-any.whl → 1.0.0a10__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- autopub/plugins/git.py +2 -0
- {autopub-1.0.0a9.dist-info → autopub-1.0.0a10.dist-info}/METADATA +1 -1
- {autopub-1.0.0a9.dist-info → autopub-1.0.0a10.dist-info}/RECORD +6 -6
- {autopub-1.0.0a9.dist-info → autopub-1.0.0a10.dist-info}/LICENSE +0 -0
- {autopub-1.0.0a9.dist-info → autopub-1.0.0a10.dist-info}/WHEEL +0 -0
- {autopub-1.0.0a9.dist-info → autopub-1.0.0a10.dist-info}/entry_points.txt +0 -0
autopub/plugins/git.py
CHANGED
@@ -11,6 +11,8 @@ class GitPlugin(AutopubPlugin):
|
|
11
11
|
|
12
12
|
self.run_command(["git", "tag", release_info.additional_info["new_version"]])
|
13
13
|
|
14
|
+
# TODO: config?
|
15
|
+
self.run_command(["git", "remove", "RELEASE.md"])
|
14
16
|
self.run_command(["git", "add", "--all", "--", ":!main/.autopub"])
|
15
17
|
self.run_command(["git", "commit", "-m", "🤖 autopub publish"])
|
16
18
|
self.run_command(["git", "push", "--tags"])
|
@@ -4,14 +4,14 @@ autopub/cli/plugins.py,sha256=0wzL1ipSrNWh2hi2fp0k0HL15GPncSqKgt15tHRM_pw,1117
|
|
4
4
|
autopub/exceptions.py,sha256=JYn8sIYWCedhtO3XfftZ0M5M_rAPxiGQ4MGbWUaTYwE,1243
|
5
5
|
autopub/plugins/__init__.py,sha256=kh4bLjHLgjjlb2GGBI5zaTPfJ1wv5WANg1qQbaEs86I,1378
|
6
6
|
autopub/plugins/bump_version.py,sha256=rNKczSd9lxR7uhzugH7pppq4k1Q8oaVN_WApxk4xDSU,1441
|
7
|
-
autopub/plugins/git.py,sha256=
|
7
|
+
autopub/plugins/git.py,sha256=CrTgn7J5P2iWZNaJ_x_kwrfff_y-Go87lcKoBl9JcaU,753
|
8
8
|
autopub/plugins/pdm.py,sha256=Pczye06fKg8_HMJDkEfMXQyvao9rZ7sqzTHFd6lLEpU,532
|
9
9
|
autopub/plugins/poetry.py,sha256=d2LvW9RI7ZB3reBOXbcp1mqWmzQ06Uyg_T-MxTvlSBg,517
|
10
10
|
autopub/plugins/update_changelog.py,sha256=PVFww5CG9XsF8lNyIhSlOWA7CkjpmPCWiBxUOI90RIg,1525
|
11
11
|
autopub/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
12
|
autopub/types.py,sha256=FcRH4l27nrkQFUQrbAKxNzPPJfzg_0DExZYsCu9Jdzk,249
|
13
|
-
autopub-1.0.
|
14
|
-
autopub-1.0.
|
15
|
-
autopub-1.0.
|
16
|
-
autopub-1.0.
|
17
|
-
autopub-1.0.
|
13
|
+
autopub-1.0.0a10.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
14
|
+
autopub-1.0.0a10.dist-info/METADATA,sha256=A99fqNk2OTwlZC4q4kR2xb8OVi7LH8CClvhfb26U0LA,3758
|
15
|
+
autopub-1.0.0a10.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
|
16
|
+
autopub-1.0.0a10.dist-info/entry_points.txt,sha256=oeTav5NgCxif6mcZ_HeVGgGv5LzS4DwdI01nr4bO1IM,43
|
17
|
+
autopub-1.0.0a10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|