Skip to content

Commit 31ff066

Browse files
authored
Merge pull request #9 from restfulhead/main
chore: prepare release
2 parents a5ab182 + 1a4d1eb commit 31ff066

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [18.x]
20+
node-version: [20.x]
2121

2222
steps:
2323
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ jobs:
120120
IS_PRIVATE=`node -pe "require('./package.json').private"`
121121
rm -rf .git
122122
if [ "$IS_PRIVATE" != "true" ]; then
123+
mkdir ./dist-temp
124+
mv ./dist/* ./dist-temp
125+
mv ./dist-temp ./dist/dist
123126
cp ./package.json ./dist/
124127
cd $topdir
125128
echo "publishing $workspace/dist"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ajv-openapi-request-response-validator/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# v0.1.0 (Fri Mar 08 2024)
22

3-
#### 🚀 Enhancement
4-
5-
- chore: initial release [#6](https://github.com/restfulhead/azure-functions-nodejs-openapi-validator/pull/6) ([@restfulhead](https://github.com/restfulhead))
6-
- refactor: use sub-packages [#2](https://github.com/restfulhead/azure-functions-nodejs-openapi-validator/pull/2) ([@restfulhead](https://github.com/restfulhead))
7-
83
#### 🔩 Internal
94

10-
- chore: initial release [#4](https://github.com/restfulhead/azure-functions-nodejs-openapi-validator/pull/4) ([@restfulhead](https://github.com/restfulhead))
11-
- fix: release ci workflow [#3](https://github.com/restfulhead/azure-functions-nodejs-openapi-validator/pull/3) ([@restfulhead](https://github.com/restfulhead))
5+
- initial broken release
126

137
#### Authors: 1
148

packages/azure-functions-openapi-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"main": "./dist/index.js",
5858
"dependencies": {
5959
"@azure/functions": "^4.2.0",
60-
"@restfulhead/ajv-openapi-request-response-validator": "^0.0.0",
60+
"@restfulhead/ajv-openapi-request-response-validator": "^0.1.0",
6161
"ajv": "^8.12.0",
6262
"ajv-draft-04": "^1.0.0",
6363
"ajv-formats": "^2.1.1",

0 commit comments

Comments
 (0)