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

Closed
4 tasks done
Ludee opened this issue Aug 18, 2022 · 1 comment · Fixed by #37 or #75
Closed
4 tasks done

Files for field RELEASES are missing #11

Ludee opened this issue Aug 18, 2022 · 1 comment · Fixed by #37 or #75
Assignees
Labels
other: help wanted 🙋 Help or assistance is needed part: docu 📖 Concerns the documentation priority: low 🦥 Low priority status: active 🚧 Work in progress type: feature 🛠️ Implementation of a new feature

Comments

@Ludee
Copy link
Member

Ludee commented Aug 18, 2022

RELEASES

  • RELEASE_PROCEDURE.md
  • MANIFEST.in
  • .bumpversion.cfg
  • GitHub Action for PyPI

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 📖 Concerns the 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
@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 🛠️ Implementation of a new feature status: active 🚧 Work in progress priority: low 🦥 Low priority and removed type: enhancement ⚙️ Improvement of an existing feature labels Aug 17, 2023
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Nov 27, 2024
Ludee added a commit that referenced this issue Dec 9, 2024
@Ludee Ludee mentioned this issue Dec 9, 2024
6 tasks
Ludee added a commit that referenced this issue Dec 9, 2024
Ludee added a commit that referenced this issue Dec 9, 2024
@Ludee Ludee moved this to In progress in super-repo-v0.3.0 Dec 9, 2024
Ludee added a commit that referenced this issue Dec 9, 2024
@Ludee Ludee closed this as completed in #75 Dec 9, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in super-repo-v0.3.0 Dec 9, 2024
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 📖 Concerns the documentation priority: low 🦥 Low priority status: active 🚧 Work in progress type: feature 🛠️ Implementation of a new feature
Projects
Status: Done
2 participants