From f1026c80bb56a6ce8717dfd7b3811274cf1aca36 Mon Sep 17 00:00:00 2001 From: amanda Date: Tue, 21 Apr 2020 15:52:31 +0100 Subject: [PATCH 1/2] Update pack documentation to state it uses last tagged commit --- docs/source/packs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/packs.rst b/docs/source/packs.rst index 9a122fd61..2dcfbe948 100644 --- a/docs/source/packs.rst +++ b/docs/source/packs.rst @@ -102,7 +102,7 @@ Exchange, and you can install your own packs from git just as easily. # Install your own pack from git st2 pack install https://github.com/emedvedev/chatops_tutorial -By default, the latest commit to a pack repository will be installed, but you can specify a particular +By default, the latest tagged commit to a pack repository will be installed, but you can specify a particular version, branch, tag, or even a commit hash. Just use `=`: .. code-block:: bash From 7ab11b7b87f420b84571f877ad8a6a1a4c4d12d7 Mon Sep 17 00:00:00 2001 From: Eugen C Date: Tue, 21 Apr 2020 22:02:56 +0100 Subject: [PATCH 2/2] Update docs/source/packs.rst --- docs/source/packs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/packs.rst b/docs/source/packs.rst index 2dcfbe948..23ef6924a 100644 --- a/docs/source/packs.rst +++ b/docs/source/packs.rst @@ -102,7 +102,7 @@ Exchange, and you can install your own packs from git just as easily. # Install your own pack from git st2 pack install https://github.com/emedvedev/chatops_tutorial -By default, the latest tagged commit to a pack repository will be installed, but you can specify a particular +By default, the latest release of the pack will be installed, but you can specify a particular version, branch, tag, or even a commit hash. Just use `=`: .. code-block:: bash