Skip to content

[FEATURE]: make release-utilities scripts for tags and versioning depend on version mapping/unsupported versions #293

@Falcion

Description

@Falcion

Contact details

No response

What the essence of your feature request

When you make release with PATTERNU, scripts are updating both bug report templates (issue templates) and unsupported versions.

In issue templates, script just appends entire tag history of local git, which is partially incorrect in theory: script must "understand" which version is supported or not, skipped and etc., for this, it must be dependent on two-ways logic:

  1. "assumption" logic, if version is the last one and IS NOT provided in version mapping, assume it is supported and stable, append as it is in BOTH unsupported versions table and bug report as "first" in dropbox item.
  2. "version-mapping" dependent logic: just read custom version map and work with it, every other logic (like in p. 1) is "appendable" on this, meaning order of reading is something like this: version map -> assumption -> tag history and etc.

On what OS you want to maintain your request.

Not important

Code of conduct

  • I agree to follow this project's code of conduct

Issue policy

  • I agree to follow this project's issue policy

Security policy

  • I agree to follow this project's security policy.

Sub-issues

Metadata

Metadata

Assignees

Projects

Status

Planned

Status

Backlog

Relationships

None yet

Development

No branches or pull requests

Issue actions