Islandora / Alpaca

Event driven middleware based on Apache Camel for Islandora
http://islandora.ca
MIT License
7 stars 20 forks source link

fixes to release Alpaca #83

Closed whikloj closed 2 years ago

whikloj commented 2 years ago

GitHub Issue: n/a

What does this Pull Request do?

Changes the required branch from "master" to "2.x", so you can release from this branch as you can't fast-forward anymore.

An alternate is to set requireBranch = '' which makes it ignore it. That seemed more dangerous than just updating it once a major version.

Also ignores the jenv java version file on my machine.

Additional Notes:

Due to upgrading the Gradle version and changes in its publishing and the weak --dry-run of this plugin, I might have to spend some time getting this to work.

Interested parties

Tag (@ mention) interested parties or, if unsure, @Islandora/8-x-committers

codecov[bot] commented 2 years ago

Codecov Report

Merging #83 (240948a) into 2.x (7bf983d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                2.x      #83   +/-   ##
=========================================
  Coverage     78.07%   78.07%           
  Complexity      143      143           
=========================================
  Files            30       30           
  Lines           561      561           
  Branches         27       27           
=========================================
  Hits            438      438           
  Misses          101      101           
  Partials         22       22           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7bf983d...240948a. Read the comment docs.

whikloj commented 2 years ago

bump

alxp commented 2 years ago

This looks good. :+1: