Skip to content

Commit

Permalink
Release 1.0.1 (#1)
Browse files Browse the repository at this point in the history
* fix(readme): link to the pm2_process rst doc

* docs(readme): updates installation method

* docs(template): adds PR template

* docs: version 1.0.1
  • Loading branch information
just1not2 authored Jan 20, 2022
1 parent 9ca1e5a commit c648d76
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 8 deletions.
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Short description

_Please describe shortly this PR here (for a release, just write "Release x.y.z")_


# Changes

_Please list here the precise changes_


# Tests

_Please explain here how you tested your code_

- [ ] Ansible sanity tests passed
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 1.0.1 (2022-01-20)

### Documentation
- Fixes a link in README
- Updates installation method
- Adds PR template


## 1.0.0 (2022-01-20)

### Features
Expand Down
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,21 @@ PEP440 is the schema used to describe the versions of Ansible.
Name | Description
--- | ---
[just1not2.pm2.pm2_facts](./docs/pm2_facts_module.rst)|Return PM2 information as fact data
[just1not2.pm2.pm2_process](./pm2_process_module.rst)|Manage PM2 processes
[just1not2.pm2.pm2_process](./docs/pm2_process_module.rst)|Manage PM2 processes


## Installing this collection

To install this collection, you must first clone this repository, build the collection from source code and launch the installation with the `ansible-galaxy` CLI utility (replace `x.y.z` with the current version of this collection):
You can install the PM2 collection with the Ansible Galaxy CLI:

```sh
git clone https://github.com/just1not2/ansible-collection-pm2.git
cd ansible-collection-pm2
ansible-galaxy collection build
ansible-galaxy collection install just1not2-pm2-x.y.z.tar.gz
ansible-galaxy collection install just1not2.pm2

You can also include it in a `requirements.yml` file and install it with `ansible-galaxy collection install -r requirements.yml`, using the format:

```yaml
---
collections:
- name: just1not2.pm2
```
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: just1not2
name: pm2
version: 1.0.0
version: 1.0.1
readme: README.md
authors:
- Justin Béra <[email protected]>
Expand Down

0 comments on commit c648d76

Please sign in to comment.