Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into blog/release-1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me committed Oct 23, 2024
2 parents 2627c76 + 813f368 commit 672f44d
Show file tree
Hide file tree
Showing 21 changed files with 1,241 additions and 890 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file controls default reviewers.
* @kintone/dx
* @kintone/extensions-platform

# CODEOWNERS prevent automerge of Renovate
# Following files should be owned by everyone
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/lint_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Lint PR"

on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened

permissions:
pull-requests: read

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.11.1"
".": "1.12.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.12.0](https://github.com/kintone/cli-kintone/compare/v1.11.1...v1.12.0) (2024-10-23)


### Features

* publish cli-kintone to npm registry ([#877](https://github.com/kintone/cli-kintone/issues/877)) ([3c5e365](https://github.com/kintone/cli-kintone/commit/3c5e3654497333130691855b846afd845b051ccc))


### Documentation

* define the Stability Index ([#890](https://github.com/kintone/cli-kintone/issues/890)) ([a13b97e](https://github.com/kintone/cli-kintone/commit/a13b97e3263bf8d6cb183408cb9781d8e476bdb7))

## [1.11.1](https://github.com/kintone/cli-kintone/compare/v1.11.0...v1.11.1) (2024-09-27)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintone/cli",
"version": "1.11.1",
"version": "1.12.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -70,9 +70,9 @@
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@cucumber/cucumber": "^10.9.0",
"@cybozu/eslint-config": "^24.0.0-beta.0",
"@cybozu/license-manager": "^1.2.1",
Expand Down
Loading

0 comments on commit 672f44d

Please sign in to comment.