Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files for field RELEASES are missing #11

Open
1 of 4 tasks
Ludee opened this issue Aug 18, 2022 · 1 comment · Fixed by #37
Open
1 of 4 tasks

Files for field RELEASES are missing #11

Ludee opened this issue Aug 18, 2022 · 1 comment · Fixed by #37
Assignees
Labels
other: help wanted 🙋 Help or assistance is needed part: docu 📖 Improvements or additions to documentation priority: low 🦥 Low priority status: active 🚧 Work in progress type: feature 🛠️ New feature or request

Comments

@Ludee
Copy link
Member

Ludee commented Aug 18, 2022

RELEASES

  • RELEASE_PROCEDURE.md
  • VERSION
  • MANIFEST.in
  • .bumpversion.cfg

Releases are following the Semantic Versioning (SemVer).
To follow the standard, this part should be considered:

Is “v1.2.3” a semantic version?
No, “v1.2.3” is not a semantic version. However, prefixing a semantic version with a “v” is a common way (in English) to indicate it is a version number. Abbreviating “version” as “v” is often seen with version control. Example: git tag v1.2.3 -m "Release version 1.2.3", in which case “v1.2.3” is a tag name and the semantic version is “1.2.3”.

@Ludee Ludee added part: docu 📖 Improvements or additions to documentation type: enhancement ⚙️ Improvement of an existing feature other: help wanted 🙋 Help or assistance is needed labels Aug 18, 2022
@Ludee Ludee added this to the Complete repository milestone Aug 18, 2022
@Ludee Ludee self-assigned this Aug 18, 2022
Ludee added a commit that referenced this issue Aug 18, 2022
Ludee added a commit that referenced this issue Aug 18, 2022
Ludee added a commit that referenced this issue Aug 18, 2022
Ludee added a commit that referenced this issue Aug 18, 2022
Ludee added a commit that referenced this issue Aug 18, 2022
Ludee added a commit that referenced this issue Aug 18, 2022
Ludee added a commit that referenced this issue Aug 18, 2022
Ludee added a commit that referenced this issue Aug 18, 2022
Ludee added a commit that referenced this issue Aug 18, 2022
Ludee added a commit that referenced this issue Oct 31, 2022
Ludee added a commit that referenced this issue Aug 9, 2023
@Ludee Ludee mentioned this issue Aug 9, 2023
5 tasks
Ludee added a commit that referenced this issue Aug 9, 2023
@Ludee Ludee linked a pull request Aug 9, 2023 that will close this issue
5 tasks
Ludee added a commit that referenced this issue Aug 9, 2023
Ludee added a commit that referenced this issue Aug 10, 2023
Ludee added a commit that referenced this issue Aug 10, 2023
Ludee added a commit that referenced this issue Aug 10, 2023
Ludee added a commit that referenced this issue Aug 10, 2023
Ludee added a commit that referenced this issue Aug 10, 2023
Ludee added a commit that referenced this issue Aug 10, 2023
Ludee added a commit that referenced this issue Aug 10, 2023
Ludee added a commit that referenced this issue Aug 10, 2023
Ludee added a commit that referenced this issue Aug 10, 2023
@jh-RLI
Copy link
Contributor

jh-RLI commented Aug 17, 2023

The VERSION file is not required for code repositories that are created as a so-called package (in Python). In this case, the version is managed in setup.py. A repository like eoeplatform needs an additional source to store the version.

If the project uses bump2version the version in maintained in the .bumpversion.cfg file. This files also specifyies all sources that must be updated by each release (like the VERSION or the setup.py files).

@Ludee Ludee added type: feature 🛠️ New feature or request status: active 🚧 Work in progress priority: low 🦥 Low priority and removed type: enhancement ⚙️ Improvement of an existing feature labels Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
other: help wanted 🙋 Help or assistance is needed part: docu 📖 Improvements or additions to documentation priority: low 🦥 Low priority status: active 🚧 Work in progress type: feature 🛠️ New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants