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

Fetch GitHub release information #827

Merged
merged 3 commits into from
Jul 26, 2022
Merged

Conversation

mikepenz
Copy link
Owner

@mikepenz mikepenz commented Jul 26, 2022

  • introduce new configuration flag to fetchReleaseInformation
    • if enabled, it will unlock the ability to use new placeholders
    • ${{ DAYS_SINCE }}
    • ${{ FROM_TAG_DATE }}
    • ${{ TO_TAG_DATE }}
  • refactor to carry on the full TagInfo information instead of only the tagname
  • refresh testcases to new apis
  • drop support for tag SHA as in most cases this information is not available at the moment
  • introduce new testcase to verify DAYS_SINCE calculation
  • fix wrong log messages using the TagInfo object instead the name
  • add additional log messages

mikepenz added 2 commits July 26, 2022 16:47
  - if enabled, it will unlock the ability to use new placeholders
  - `${{ DAYS_SINCE }}`
  - `${{ FROM_TAG_DATE }}`
  - `${{ TO_TAG_DATE }}`
- refactor to carry on the full `TagInfo` information instead of only the tagname
- refresh testcases to new apis
…vailable at the moment

- introduce new testcase to verify `DAYS_SINCE` calculation
- fix wrong log messages using the `TagInfo` object instead the name
- add additional log messages
@mikepenz mikepenz merged commit 0e96047 into develop Jul 26, 2022
@mikepenz mikepenz deleted the feature/fetch_release_information branch February 15, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant