]> arthur.barton.de Git - ansible-collection-boilerplate.git/commitdiff
Release 1.0.0 rel-1-0-0
authorAlexander Barton <alex@barton.de>
Tue, 10 Oct 2023 12:01:28 +0000 (14:01 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 10 Oct 2023 12:01:53 +0000 (14:01 +0200)
Bump version number to 1.0.0 before pushing it to Ansible Galaxy.

.ansible-lint
galaxy.yml

index cdfe2cdfcd129ff89f3a10e4d8481c8798dd2d53..2c2e459166ce0e13999d6f4dcdac2b5ded2faedf 100644 (file)
@@ -10,8 +10,5 @@ exclude_paths:
   - bin/
   - requirements.yml
 
-skip_list:
-  - galaxy[version-incorrect]
-
 warn_list:
   - yaml[line-length]
index 6db0bf47f8fecc0e37e9abfd07a5e5930c3f0b6d..b1c3802b328fa2381f6b20db163042e8aeab2401 100644 (file)
@@ -1,9 +1,7 @@
 ---
 namespace: alexbarton
 name: boilerplate
-# NOTE: Remove "galaxy[version-incorrect]" from the "skip_list" in
-# .ansible-lint once you bump the version to 1.0.0 (or higher)!
-version: 0.0.1
+version: 1.0.0
 
 authors:
   - Alexander Barton <alex@barton.de>