-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
M #-: Deprecate galaxy and poetry versioning (fix) (#90)
- Version in pyproject.toml is insignificant to the project. - Version in galaxy.yml can confuse users since any branch can be used to clone the collection (and we don't use Galaxy portal).
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
namespace: opennebula | ||
name: deploy | ||
version: 1.0.0 | ||
version: 0.0.0 | ||
|
||
readme: README.md | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "one-deploy" | ||
version = "1.0.0" | ||
version = "0.0.0" | ||
description = "" | ||
authors = ["OpenNebula <[email protected]>"] | ||
|
||
|