File tree 3 files changed +38
-0
lines changed
3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Release
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+ workflow_dispatch :
8
+
9
+ permissions :
10
+ contents : write
11
+ pull-requests : write
12
+
13
+ jobs :
14
+ release-please :
15
+ runs-on : ubuntu-latest
16
+ steps :
17
+ - uses : googleapis/release-please-action@v4
18
+ with :
19
+ config-file : ' .release-please-config.json'
Original file line number Diff line number Diff line change
1
+ {
2
+ "packages" : {
3
+ "." : {
4
+ "release-type" : " node" ,
5
+ "bump-minor-pre-major" : true ,
6
+ "bump-patch-for-minor-pre-major" : true ,
7
+ "changelog-path" : " CHANGELOG.md" ,
8
+ "pull-request-title-pattern" : " chore: release ${version}"
9
+ }
10
+ }
11
+ }
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
You can’t perform that action at this time.
0 commit comments