Skip to content

Commit 1f1d577

Browse files
authored
Merge pull request #2173 from diggerhq/release-please--branches--develop--components--taco/statesman
chore(develop): release taco/statesman 0.1.3
2 parents dd1d5e6 + a52f44d commit 1f1d577

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"taco/cmd/taco": "0.1.2",
3-
"taco/cmd/statesman": "0.1.2"
3+
"taco/cmd/statesman": "0.1.3"
44
}

taco/cmd/statesman/.changelog-ignore/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/diggerhq/digger/compare/taco/statesman/v0.1.2...taco/statesman/v0.1.3) (2025-09-19)
4+
5+
6+
### Features
7+
8+
* add explicit, go-yoshi ([8764721](https://github.com/diggerhq/digger/commit/8764721cb3c0b80b8739776b2e2af913442fc1bb))
9+
* add explicit, go-yoshi ([d0c43ce](https://github.com/diggerhq/digger/commit/d0c43ce6e8a0805035bde3dd061e9e1b362ea6ae))
10+
* remove go-yoshi, path to change log ([d59a49f](https://github.com/diggerhq/digger/commit/d59a49f106c24343aaa52d6a1962a3009f5b3e9b))
11+
* remove go-yoshi, path to change log ([ab6ff31](https://github.com/diggerhq/digger/commit/ab6ff3143d4a73773da5b9a0d3b95e79f4d83ee8))
12+
13+
14+
### Miscellaneous
15+
16+
* add non functional change to trigger release ([a4a6699](https://github.com/diggerhq/digger/commit/a4a669913cdc6f7a43eb0076f916a72d021e10cd))
17+
* add sha ([773a4a5](https://github.com/diggerhq/digger/commit/773a4a531dd06db8e93ecbc293206f7595af310e))
18+
* add sha ([d3c94dc](https://github.com/diggerhq/digger/commit/d3c94dc23910116ed080f914cc5d1a5a5317c712))
19+
* added configuration, remove template ([cfc6953](https://github.com/diggerhq/digger/commit/cfc6953d16f5d484a348eab331b0258bf60ce7af))
20+
* added configuration, remove template ([6f77bbf](https://github.com/diggerhq/digger/commit/6f77bbf6c6a2b21806d9b4ef91e6862cd63b94ae))
21+
* check release ([3171f38](https://github.com/diggerhq/digger/commit/3171f38eebaf400f51f0ac4f4d1fdd76c5f1bf6c))
22+
* check release ([60abeef](https://github.com/diggerhq/digger/commit/60abeef1c17cdab8fe9c3d04348246d7418803ac))
23+
* cleanup main.go files ([15f2370](https://github.com/diggerhq/digger/commit/15f2370c133d02125431564111efd73f03fd434a))
24+
* cleanup main.go files ([56f9792](https://github.com/diggerhq/digger/commit/56f9792c737aac7bce20600d7c9d9519e8e58485))
25+
* give baseline version, additional config ([c115767](https://github.com/diggerhq/digger/commit/c1157679a451591d99f2c6f3ff3ff8dbe90003fb))
26+
* give baseline version, additional config ([712ced5](https://github.com/diggerhq/digger/commit/712ced5d6294102234aa788c3462e0145c7caa74))
27+
* go release type ([83d37bd](https://github.com/diggerhq/digger/commit/83d37bd11f3032a0d78919d582895c2ce597ee2a))
28+
* go release type ([0ffa21e](https://github.com/diggerhq/digger/commit/0ffa21e6ab9c8b951b664d1b66cc3c3361720a50))
29+
* release taco components ([5bc2dbe](https://github.com/diggerhq/digger/commit/5bc2dbef6ddfc302723165637561d3b8df18ecd5))
30+
* release taco components ([2afbac5](https://github.com/diggerhq/digger/commit/2afbac5583c59764f12900a496450b6fbfeaee52))
31+
* release taco components ([54cacd2](https://github.com/diggerhq/digger/commit/54cacd21994ea3a13858cf1bcab022f237b63b68))
32+
* release taco components ([2ed5adc](https://github.com/diggerhq/digger/commit/2ed5adc3e12a8d5131b69d2cb2523c6dd5cdad31))
33+
* test conventional commit release ([7bba8ae](https://github.com/diggerhq/digger/commit/7bba8ae3dcc3fb324fa4a4e1dec4a239d5d244e5))
34+
* test conventional commit release ([9ed7867](https://github.com/diggerhq/digger/commit/9ed7867ee7c7bb38551aca8a3f3e3614fbd7bf42))
35+
* test release please with PAT ([f9de0f0](https://github.com/diggerhq/digger/commit/f9de0f074f2e182a7e7d674730e8b13c6b633f2c))
36+
* test release please with PAT ([13860f7](https://github.com/diggerhq/digger/commit/13860f7c8600aebb3ebdd98b86ad5030a8cfe3b5))
37+
* turn off release please change log ([71c4dfb](https://github.com/diggerhq/digger/commit/71c4dfb2123d61dfc5b69077225bd0b359b2009c))
38+
* turn off release please change log ([8b65094](https://github.com/diggerhq/digger/commit/8b650949ff48f02d4009872627f29b33931ed4e4))
39+
340
## [0.1.2](https://github.com/diggerhq/digger/compare/taco/statesman/v0.1.1...taco/statesman/v0.1.2) (2025-09-19)
441

542

0 commit comments

Comments
 (0)