Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"taco/cmd/taco": "0.1.2",
"taco/cmd/taco": "0.1.3",
"taco/cmd/statesman": "0.1.2"
}
37 changes: 37 additions & 0 deletions taco/cmd/taco/.changelog-ignore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## [0.1.3](https://github.com/diggerhq/digger/compare/taco/cli/v0.1.2...taco/cli/v0.1.3) (2025-09-19)


### Features

* add explicit, go-yoshi ([8764721](https://github.com/diggerhq/digger/commit/8764721cb3c0b80b8739776b2e2af913442fc1bb))
* add explicit, go-yoshi ([d0c43ce](https://github.com/diggerhq/digger/commit/d0c43ce6e8a0805035bde3dd061e9e1b362ea6ae))
* remove go-yoshi, path to change log ([d59a49f](https://github.com/diggerhq/digger/commit/d59a49f106c24343aaa52d6a1962a3009f5b3e9b))
* remove go-yoshi, path to change log ([ab6ff31](https://github.com/diggerhq/digger/commit/ab6ff3143d4a73773da5b9a0d3b95e79f4d83ee8))


### Miscellaneous

* add sha ([773a4a5](https://github.com/diggerhq/digger/commit/773a4a531dd06db8e93ecbc293206f7595af310e))
* add sha ([d3c94dc](https://github.com/diggerhq/digger/commit/d3c94dc23910116ed080f914cc5d1a5a5317c712))
* added configuration, remove template ([cfc6953](https://github.com/diggerhq/digger/commit/cfc6953d16f5d484a348eab331b0258bf60ce7af))
* added configuration, remove template ([6f77bbf](https://github.com/diggerhq/digger/commit/6f77bbf6c6a2b21806d9b4ef91e6862cd63b94ae))
* check release ([3171f38](https://github.com/diggerhq/digger/commit/3171f38eebaf400f51f0ac4f4d1fdd76c5f1bf6c))
* check release ([60abeef](https://github.com/diggerhq/digger/commit/60abeef1c17cdab8fe9c3d04348246d7418803ac))
* cleanup main.go files ([15f2370](https://github.com/diggerhq/digger/commit/15f2370c133d02125431564111efd73f03fd434a))
* cleanup main.go files ([56f9792](https://github.com/diggerhq/digger/commit/56f9792c737aac7bce20600d7c9d9519e8e58485))
* give baseline version, additional config ([c115767](https://github.com/diggerhq/digger/commit/c1157679a451591d99f2c6f3ff3ff8dbe90003fb))
* give baseline version, additional config ([712ced5](https://github.com/diggerhq/digger/commit/712ced5d6294102234aa788c3462e0145c7caa74))
* go release type ([83d37bd](https://github.com/diggerhq/digger/commit/83d37bd11f3032a0d78919d582895c2ce597ee2a))
* go release type ([0ffa21e](https://github.com/diggerhq/digger/commit/0ffa21e6ab9c8b951b664d1b66cc3c3361720a50))
* release taco components ([5bc2dbe](https://github.com/diggerhq/digger/commit/5bc2dbef6ddfc302723165637561d3b8df18ecd5))
* release taco components ([2afbac5](https://github.com/diggerhq/digger/commit/2afbac5583c59764f12900a496450b6fbfeaee52))
* release taco components ([54cacd2](https://github.com/diggerhq/digger/commit/54cacd21994ea3a13858cf1bcab022f237b63b68))
* release taco components ([2ed5adc](https://github.com/diggerhq/digger/commit/2ed5adc3e12a8d5131b69d2cb2523c6dd5cdad31))
* test conventional commit release ([7bba8ae](https://github.com/diggerhq/digger/commit/7bba8ae3dcc3fb324fa4a4e1dec4a239d5d244e5))
* test conventional commit release ([9ed7867](https://github.com/diggerhq/digger/commit/9ed7867ee7c7bb38551aca8a3f3e3614fbd7bf42))
* test release please with PAT ([f9de0f0](https://github.com/diggerhq/digger/commit/f9de0f074f2e182a7e7d674730e8b13c6b633f2c))
* test release please with PAT ([13860f7](https://github.com/diggerhq/digger/commit/13860f7c8600aebb3ebdd98b86ad5030a8cfe3b5))
* test release-please after branch cleanup ([f73b5a9](https://github.com/diggerhq/digger/commit/f73b5a9b9af3b2731215eefe4e79160262964eae))
* turn off release please change log ([71c4dfb](https://github.com/diggerhq/digger/commit/71c4dfb2123d61dfc5b69077225bd0b359b2009c))
* turn off release please change log ([8b65094](https://github.com/diggerhq/digger/commit/8b650949ff48f02d4009872627f29b33931ed4e4))

## [0.1.2](https://github.com/diggerhq/digger/compare/taco/cli/v0.1.1...taco/cli/v0.1.2) (2025-09-19)


Expand Down
Loading