-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2efb943
commit 143e68e
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,17 +8,16 @@ namespace: ansible | |
name: eda | ||
|
||
# The version of the collection. Must be compatible with semantic versioning | ||
version: 1.3.5 | ||
version: 1.3.6 | ||
|
||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection | ||
readme: README.md | ||
|
||
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url) | ||
# @nicks:irc/im.site#channel' | ||
authors: | ||
- [email protected] | ||
- [email protected] | ||
|
||
- [email protected] | ||
- [email protected] | ||
|
||
### OPTIONAL but strongly recommended | ||
# A short summary description of the collection | ||
|
@@ -27,11 +26,11 @@ description: Event-Driven Ansible | |
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only | ||
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file' | ||
license: | ||
- Apache-2.0 | ||
- Apache-2.0 | ||
|
||
# The path to the license file for the collection. This path is relative to the root of the collection. This key is | ||
# mutually exclusive with 'license' | ||
license_file: '' | ||
license_file: "" | ||
|
||
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character | ||
# requirements as 'namespace' and 'name' | ||
|
@@ -53,7 +52,7 @@ documentation: https://github.com/ansible/event-driven-ansible | |
homepage: http://ansible.com/event-driven | ||
|
||
# The URL to the collection issue tracker | ||
issues: http://example.com/issue/tracker | ||
issues: https://github.com/ansible/event-driven-ansible/issues | ||
|
||
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build | ||
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This | ||
|