Skip to content

Commit 020053e

Browse files
chore(main): release 1.13.0 (#195)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 68b8589 commit 020053e

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.13.0](https://github.com/stainless-api/upload-openapi-spec-action/compare/v1.12.0...v1.13.0) (2026-03-05)
4+
5+
6+
### Features
7+
8+
* a couple small tweaks ([#202](https://github.com/stainless-api/upload-openapi-spec-action/issues/202)) ([0e2a297](https://github.com/stainless-api/upload-openapi-spec-action/commit/0e2a2973686c4c408f58aacc1f14dbcf75ebd02b))
9+
* assume checks are skipped if they do not start for a while ([#194](https://github.com/stainless-api/upload-openapi-spec-action/issues/194)) ([aa5abca](https://github.com/stainless-api/upload-openapi-spec-action/commit/aa5abca0203e13c99cbf126523f4029f707e68c2))
10+
* **build:** combine build, preview, and merge ([efa0f49](https://github.com/stainless-api/upload-openapi-spec-action/commit/efa0f49c5cf79aec15452e15bc71412fbd7b4452))
11+
* **compat:** add more details to ctx ([9d434fc](https://github.com/stainless-api/upload-openapi-spec-action/commit/9d434fc769bded2cd620856508811787c3e5303a))
12+
* handle case where there is a fatal error in the base build but not the head ([#205](https://github.com/stainless-api/upload-openapi-spec-action/issues/205)) ([68b8589](https://github.com/stainless-api/upload-openapi-spec-action/commit/68b8589f74d8378037f36e7cb5a81a1d01d7e920))
13+
* show url for in progress ci steps ([#200](https://github.com/stainless-api/upload-openapi-spec-action/issues/200)) ([e20dd9c](https://github.com/stainless-api/upload-openapi-spec-action/commit/e20dd9c7dcf6446dd07de798896812ff2d5c52ce))
14+
* use severity as conclusion for diagnostic/check step cases ([#198](https://github.com/stainless-api/upload-openapi-spec-action/issues/198)) ([224c0e1](https://github.com/stainless-api/upload-openapi-spec-action/commit/224c0e1fa6641945612f9f9eb0b11e01b22560b3))
15+
16+
17+
### Bug Fixes
18+
19+
* **build:** don't merge if no merge branch ([#201](https://github.com/stainless-api/upload-openapi-spec-action/issues/201)) ([650b38c](https://github.com/stainless-api/upload-openapi-spec-action/commit/650b38c5349ad56bbe1828be8f4c19177dbda222))
20+
* fix gitlab client usage ([#196](https://github.com/stainless-api/upload-openapi-spec-action/issues/196)) ([3fe4697](https://github.com/stainless-api/upload-openapi-spec-action/commit/3fe4697ea14e60c015fd1977761ba49afacb5ae1))
21+
* url encode branch names ([#199](https://github.com/stainless-api/upload-openapi-spec-action/issues/199)) ([dfe83db](https://github.com/stainless-api/upload-openapi-spec-action/commit/dfe83dbdfebbd020fc604e9f8c28c2cdcac93ade))
22+
323
## [1.12.0](https://github.com/stainless-api/upload-openapi-spec-action/compare/v1.11.6...v1.12.0) (2026-02-20)
424

525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upload-openapi-spec-action",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "./scripts/build",

0 commit comments

Comments
 (0)