Skip to content

Add ability to define RLS from which to detect changes #119

Closed
@miroslavpojer

Description

@miroslavpojer

Background

The current version looks to the latest release Tag as a starting point for filtering Issues and commits.

  • The latest Release is now used with the most recent date of release (created-at or published-at).

Feature

  • Default:
    • When the user does not specify any value in the input field.
    • The latest tag will be used. ==> Today's behavior.
  • Nondefault: The defined input version tag will be used from the tag.
    • Newly: Check for existence of from tag will be performed.

Example

  • Tag 0.6.0, 0.6.1(latest-1), 0.6.2 (latest)
  • Tag 0.7.0 should contain all changes
    • default: from 0.6.2
    • non-default: from 0.6.0 not from 0.6.2 (when input is 0.6.0)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions