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

ci: sync with 6.x branch #68

Merged
merged 43 commits into from
Jan 4, 2024
Merged

ci: sync with 6.x branch #68

merged 43 commits into from
Jan 4, 2024

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    5d27820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5cd139 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d21a77 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    786f4b2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    b41da88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3569b41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed292dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faa526a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    079edd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f491c76 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    9fd29f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    4ab8665 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    b4f5c47 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    f66762f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Bump version to 6.3.0

    debdutdeb authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7cd248a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    3ee2ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f3179 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    23dd46f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    bb546d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    ce4f05f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    304bd48 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    d2e7a29 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    9079a52 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    1307132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    163ce85 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    9ea4e11 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    fe3d500 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    1520113 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    8d0cd91 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    dac4d40 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    d1687d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    bf4a6c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    678f3f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a519760 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    ee84e38 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    a6042c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    59ea1e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    19e681f View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    c03e4f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    ef58d0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c955fd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. ci: don't calculate greater than as it is all consuming and can fail …

    …for lack of context (#67)
    
    * chore: pulling force release workflow from develop
    
    * ci: don't calculate greater than as it is all consuming and can fail for
    lack of context
    
    If there are two version strings, and we perform a greater than, in this
    way, since every next step doesn't know about the last one, it can
    result in a false positive.
    
    Instead, if we test if A is less than B, for the three steps, if the
    previous did not cause a return, means we are still ok. Therefore this
    current step is all we need.
    debdutdeb authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a41234c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33cc557 View commit details
    Browse the repository at this point in the history