Skip to content

Commit a38392d

Browse files
committed
fix(semantic-release): finalise changes from template-formula
* Completes #20
1 parent ff2b02f commit a38392d

File tree

8 files changed

+36
-444
lines changed

8 files changed

+36
-444
lines changed

README.rst

-70
This file was deleted.

docs/CONTRIBUTING.rst

+1-29
Original file line numberDiff line numberDiff line change
@@ -154,33 +154,5 @@ An example of that:
154154
...
155155
156156
BREAKING CHANGE: With the removal of all of the `.sls` files under
157-
`golang package`, this formula no longer supports the installation of
157+
`template package`, this formula no longer supports the installation of
158158
packages.
159-
160-
161-
Semantic release formulas
162-
-------------------------
163-
164-
These formulas are already compatible with semantic-release:
165-
166-
* `bind-formula <https://github.com/saltstack-formulas/bind-formula>`_
167-
* `cert-formula <https://github.com/saltstack-formulas/cert-formula>`_
168-
* `chrony-formula <https://github.com/saltstack-formulas/chrony-formula>`_
169-
* `collectd-formula <https://github.com/saltstack-formulas/collectd-formula>`_
170-
* `fail2ban-formula <https://github.com/saltstack-formulas/fail2ban-formula>`_
171-
* `keepalived-formula <https://github.com/saltstack-formulas/keepalived-formula>`_
172-
* `nginx-formula <https://github.com/saltstack-formulas/nginx-formula>`_
173-
* `postgres-formula <https://github.com/saltstack-formulas/postgres-formula>`_
174-
* `golang-formula <https://github.com/saltstack-formulas/golang-formula>`_
175-
* `rkhunter-formula <https://github.com/saltstack-formulas/rkhunter-formula>`_
176-
* `salt-formula <https://github.com/saltstack-formulas/salt-formula>`_
177-
* `syslog-ng-formula <https://github.com/saltstack-formulas/syslog-ng-formula>`_
178-
* `systemd-formula <https://github.com/saltstack-formulas/systemd-formula>`_
179-
* `ufw-formula <https://github.com/saltstack-formulas/ufw-formula>`_
180-
* `vault-formula <https://github.com/saltstack-formulas/vault-formula>`_
181-
182-
183-
Documentation
184-
-------------
185-
186-
`Documentation contributing guidelines <CONTRIBUTING_DOCS.rst>`_

docs/CONTRIBUTING_DOCS.rst

-96
This file was deleted.

docs/README.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _readme:
22

33
golang-formula
4-
================
4+
==============
55

66
|img_travis| |img_sr|
77

@@ -47,7 +47,7 @@ Available states
4747
:local:
4848

4949
``golang``
50-
^^^^^^^^^^^^
50+
^^^^^^^^^^
5151

5252
*Meta-state (This is a state that includes other states)*.
5353

@@ -56,24 +56,24 @@ manages the golang configuration file and then
5656
starts the associated golang service.
5757

5858
``golang.package``
59-
^^^^^^^^^^^^^^^^^^^^
59+
^^^^^^^^^^^^^^^^^^
6060

6161
This state will install the golang package only.
6262

6363
``golang.config``
64-
^^^^^^^^^^^^^^^^^^^
64+
^^^^^^^^^^^^^^^^^
6565

6666
This state will configure the golang service and has a dependency on ``golang.install``
6767
via include list.
6868

6969
``golang.service``
70-
^^^^^^^^^^^^^^^^^^^^
70+
^^^^^^^^^^^^^^^^^^
7171

7272
This state will start the golang service and has a dependency on ``golang.config``
7373
via include list.
7474

7575
``golang.clean``
76-
^^^^^^^^^^^^^^^^^^
76+
^^^^^^^^^^^^^^^^
7777

7878
*Meta-state (This is a state that includes other states)*.
7979

@@ -83,18 +83,18 @@ removes the configuration file and
8383
then uninstalls the package.
8484

8585
``golang.service.clean``
86-
^^^^^^^^^^^^^^^^^^^^^^^^^^
86+
^^^^^^^^^^^^^^^^^^^^^^^^
8787

8888
This state will stop the golang service and disable it at boot time.
8989

9090
``golang.config.clean``
91-
^^^^^^^^^^^^^^^^^^^^^^^^^
91+
^^^^^^^^^^^^^^^^^^^^^^^
9292

9393
This state will remove the configuration of the golang service and has a
9494
dependency on ``golang.service.clean`` via include list.
9595

9696
``golang.package.clean``
97-
^^^^^^^^^^^^^^^^^^^^^^^^^^
97+
^^^^^^^^^^^^^^^^^^^^^^^^
9898

9999
This state will remove the golang package and has a depency on
100100
``golang.config.clean`` via include list.

0 commit comments

Comments
 (0)