rubykatzen-baseline 0.13.1 → 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 +4 -4
- data/config/embedder/release-please.yml +19 -0
- data/config/embedder.yml +6 -4
- data/lib/baseline/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e052282dce8c85b9c352c21fd3c992cd602b34f5da3f76799185dde28499a79e
|
|
4
|
+
data.tar.gz: e38391a93faaaf17a6bae80b6bd3ec8c1764d6ca98a70561cce9370e01494923
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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`
|
|
48
|
-
will then update the Baseline workflow
|
|
49
|
-
CI will show the required fragment
|
|
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
|
data/lib/baseline/version.rb
CHANGED
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.
|
|
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
|