rubykatzen-baseline 0.13.0 → 0.14.0

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: 3631270347cb17a8855f752deb4fa99c377c6f044dd75e01bdfb23fc1a4fa633
4
- data.tar.gz: 568d39a21aae87e4cba8388dea5d74bb396304255fbd5af370d182ad20de5df6
3
+ metadata.gz: e052282dce8c85b9c352c21fd3c992cd602b34f5da3f76799185dde28499a79e
4
+ data.tar.gz: e38391a93faaaf17a6bae80b6bd3ec8c1764d6ca98a70561cce9370e01494923
5
5
  SHA512:
6
- metadata.gz: 97af598c8ec0b121eb330385a61c7badd5b8396bb094f81f5749f3d347e9770dccbbc483799c01e1413076a14dd2aa15525be852420429963263db15149f071b
7
- data.tar.gz: e8ea7cc83fe7a847a643968452d8eef0adcddbedbf4ad133b54744dd0b8d04abed0cdd133a933c372d5e693d7747d0830592beceaad47251ab37475b55cb0cf5
6
+ metadata.gz: b5750b4541170add358d964e57fec767e30a58a270e1612a2afa1d50e0ff9b9f78dc06626394ae5678e49500111039924f0104e864544980c7fe8e1c65267b28
7
+ data.tar.gz: fbcb2186466778a85cc5aae33ae278bf905c2f93ce318fcb0fa0ae73e57e703be379ae5ed91f7d8ae24ae6c50b6b8671b7c472b86e08d6025968ec16525092ab
@@ -0,0 +1,19 @@
1
+ fragments:
2
+ include-component-in-tag:
3
+ path: release-please-config.json
4
+ content: '"include-component-in-tag": false'
5
+ pull-request-title-pattern:
6
+ path: release-please-config.json
7
+ content: '"pull-request-title-pattern": "chore: release ${version}"'
8
+ pull-request-header:
9
+ path: release-please-config.json
10
+ content: '"pull-request-header": "This pull request prepares the next release."'
11
+ pull-request-footer:
12
+ path: release-please-config.json
13
+ content: '"pull-request-footer": "[Release Please documentation](https://github.com/googleapis/release-please#release-please)"'
14
+ workflow-action:
15
+ path: .github/workflows/release.yml
16
+ content: "uses: googleapis/release-please-action"
17
+ pull-request-title:
18
+ path: .github/workflows/pr.yml
19
+ content: "uses: amannn/action-semantic-pull-request"
data/config/embedder.yml CHANGED
@@ -44,12 +44,14 @@ fragments:
44
44
  verify shared content fragments across repositories.
45
45
 
46
46
  Do not change a required fragment only in the consuming repository. Change
47
- the fragment in `config/embedder.yml` in Baseline and release it. Dependabot
48
- will then update the Baseline workflow version in consuming repositories and
49
- CI will show the required fragment diff.
47
+ the fragment in `config/embedder.yml` or the selected extra configuration in
48
+ Baseline and release it. Dependabot will then update the Baseline workflow
49
+ version in consuming repositories and CI will show the required fragment
50
+ diff.
50
51
 
51
52
  A repository-specific exception must be declared through the `skip` input of
52
- `embedder-shared.yml`.
53
+ `embedder-shared.yml`. Optional policies are selected through its `extra`
54
+ input.
53
55
  <!-- /baseline fragment: embedded-fragments -->
54
56
  dependabot:
55
57
  path: .github/dependabot.yml
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Baseline
4
- VERSION = "0.13.0"
4
+ VERSION = "0.14.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubykatzen-baseline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - rubykatzen
@@ -103,6 +103,7 @@ files:
103
103
  - LICENSE
104
104
  - baseline.gemspec
105
105
  - config/embedder.yml
106
+ - config/embedder/release-please.yml
106
107
  - config/erb_lint.yml
107
108
  - config/github.yml
108
109
  - config/pymarkdown.json