Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate acsoo tag and acsoo tag-requirements #99

Merged
merged 1 commit into from
Feb 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 19 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@ acsoo pr-status
Look for git references of the form ``refs/pull/NNN/head`` in requirement
files and print the corresponding GitHub pull request status.

acsoo tag
---------

Tag the current project after ensuring everything has been commited to git.

acsoo tag-requirements
----------------------

Tag all VCS requirements found in ``requirements.txt``, so
the referenced commits are not lost in case of VCS garbage collection.

acsoo checklog
--------------

Expand All @@ -99,6 +88,25 @@ errors based on regular expressions.
Deprecated commands
~~~~~~~~~~~~~~~~~~~

acsoo tag
---------

**acsoo tag is deprecated: use `bump2version <https://pypi.org/project/bump2version/>`_
with `tag = True`, followed ``git push --tags`` instead.**

Tag the current project after ensuring everything has been commited to git.

acsoo tag-requirements
----------------------

**acsoo tag-requirements is deprecated: use `pip-preserve-requirements
<https://pypi.org/project/pip-preserve-requirements/>`_ instead. In addition to tagging,
it automatically pushes thirdparty repositories to the corresponding ACSONE fork,
simplifying the declaration of OCA VCS references using ``@refs/pull/NNN/head``.**

Tag all VCS requirements found in ``requirements.txt``, so
the referenced commits are not lost in case of VCS garbage collection.

acsoo addons
------------

Expand Down