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

Added 'rc' as an ignore filter #464

Merged
merged 2 commits into from
Aug 30, 2023
Merged

Added 'rc' as an ignore filter #464

merged 2 commits into from
Aug 30, 2023

Commits on Aug 20, 2023

  1. Added 'rc' as an ignore filter

    MCprep is moving towards a new 5-stage development cycle (Stage 0 to 4),
    where Stage 4 involves creating release candidates for testing and
    feedback purposes. Release candiates use the format "#.#.#.#-rc-#" for
    tags, to make them distinct from regular releases.
    
    The addon updater should ignore these release candidates, as stability
    is not guranteed.
    StandingPadAnimations committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    9cc3dfa View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Added more general checks

    Instead of checking for just rc, we also check for alpha and beta
    
    Co-authored-by: Patrick W. Crawford <theduckcow@live.com>
    StandingPadAnimations and TheDuckCow committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    95cd259 View commit details
    Browse the repository at this point in the history