Skip to content

Commit

Permalink
M #-: Deprecate galaxy and poetry versioning (fix) (#90)
Browse files Browse the repository at this point in the history
- 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
sk4zuzu authored Sep 5, 2024
1 parent c90c04e commit 73a7d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
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]>"]

Expand Down

0 comments on commit 73a7d5d

Please sign in to comment.