fastlane-plugin-wpmreleasetoolkit 14.11.0 → 14.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80e9dbdf5a3843f12c90985ff55ff40660ef4f7e2346119992c9d344c9b90697
4
- data.tar.gz: 495ce50a196928419b024c54647f1656c731aaabb5bfba446d1817baec978d45
3
+ metadata.gz: 264531e5928d22e6bf9b73c4857885a01344392511225591d4dae8bd1cc3480a
4
+ data.tar.gz: f831520911a045538a4c0557eaf65a92c00794a5763ca8db66e33942d53f4a12
5
5
  SHA512:
6
- metadata.gz: 53c1b51793d9cafaea27b5af8ddd0ec92a4b29ea2942078102e6bdf6007d21b92ed5c2910a52d1796f46c400babfd1f44ea53e4a0671f07ea06e7a6e4de97192
7
- data.tar.gz: 1d65caa4489b6f54e2384bc939ddd9b8bd0fd50933fecf353f7e86d3eda1240891633769d6a229d14627fb8f387d590f0a9a3880a362371d48329fdce1338a20
6
+ metadata.gz: 3dfad31148be24c6265580f275a77551a461b65fba0e89f190505aa24c496f7d95783615e3cb044dab23ec930949a7177c8a4fbffc8b2060a13b70331b15b717
7
+ data.tar.gz: 9321312c16fa81f7dde696e665863f24211dcbae173049b3d65aa87a4aa57372b1d43a54c0f241393ac6906a99fd14349bf3cb3145f12c35258a2ee7bee8c5e7
@@ -14,7 +14,7 @@ module Fastlane
14
14
  # Replace full URLs to PRs/Issues that are in `[https://some-url]` brackets with shorthand, because GitHub does not render them properly otherwise.
15
15
  # That syntax is sometimes used by devs in `RELEASE-NOTES.txt` when pointing to a PR to another repo (e.g. Gutenberg PR from WP repo).
16
16
  # We should NOT transform URLs to PRs/Issues that are in `[text](url)` form (those are valid), only the ones directly in `[]` brackets.
17
- release_notes.gsub!(%r{\[https://github.com/([^/]*/[^/]*)/(pulls?|issues?)/([0-9]*)\]}, '[\1#\3]')
17
+ release_notes = release_notes.gsub(%r{\[https://github.com/([^/]*/[^/]*)/(pulls?|issues?)/([0-9]*)\]}, '[\1#\3]')
18
18
  prerelease = params[:prerelease]
19
19
  is_draft = params[:is_draft]
20
20
 
@@ -3,6 +3,6 @@
3
3
  module Fastlane
4
4
  module Wpmreleasetoolkit
5
5
  NAME = 'fastlane-plugin-wpmreleasetoolkit'
6
- VERSION = '14.11.0'
6
+ VERSION = '14.11.1'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-wpmreleasetoolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.11.0
4
+ version: 14.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Automattic