Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkunbot committed Mar 15, 2024
1 parent ebdaf2c commit e6da07b
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-doc-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.OAPICF_GITHUB_TOKEN }}
ref: main
ref: 3.0.0
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install -g bootprint bootprint-openapi gh-pages
- run: make doc-version
- run: >-
CACHE_DIR=/tmp gh-pages --dist doc/ --user "pakkunbot
<blah+pakkun@cliffano.com>" --repo "https://cliffano:${{ secrets.OAPICF_GITHUB_TOKEN
}}@github.com/oapicf/swaggy-jenkins.git"
<blah+pakkun@cliffano.com>" --repo "https://cliffano:${{
secrets.OAPICF_GITHUB_TOKEN }}@github.com/oapicf/swaggy-jenkins.git"
2 changes: 1 addition & 1 deletion .github/workflows/publish-javascript-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
ref: 3.0.0
- uses: ./.github/actions/publish-javascript-action
env:
NPMJS_TOKEN: ${{ secrets.NPMJS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
ref: 3.0.0
- uses: ./.github/actions/publish-python-action
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-ruby-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
ref: 3.0.0
- uses: ./.github/actions/publish-ruby-action
env:
RUBYGEMS_TOKEN: ${{ secrets.RUBYGEMS_TOKEN }}
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 3.0.0 - 2024-03-15
### Changed
- Modify JavaScript client's API build URL to not encode URI component
- Switch build system to use Swaggy C
Expand Down
2 changes: 1 addition & 1 deletion clients/java/conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"artifactId": "swaggyjenkins",
"artifactVersion": "2.0.1-pre.0",
"artifactVersion": "3.0.0",
"artifactUrl": "https://github.com/oapicf/swaggy-jenkins",
"artifactDescription": "Jenkins API client generated from Swagger / Open API specification",
"groupId": "com.github.oapicf",
Expand Down
2 changes: 1 addition & 1 deletion clients/javascript/conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "swaggy-jenkins",
"projectVersion": "2.0.1",
"projectVersion": "3.0.0",
"gitUserId": "oapicf",
"gitRepoId": "swaggy-jenkins"
}
2 changes: 1 addition & 1 deletion clients/python/conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packageName": "swaggyjenkins",
"packageVersion": "2.0.1-pre.0",
"packageVersion": "3.0.0",
"packageUrl": "https://github.com/oapicf/swaggy-jenkins",
"gitUserId": "oapicf",
"gitRepoId": "swaggy-jenkins"
Expand Down
2 changes: 1 addition & 1 deletion clients/ruby/conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"gemName": "swaggy_jenkins",
"moduleName": "SwaggyJenkinsClient",
"gemVersion": "2.0.1-pre.0",
"gemVersion": "3.0.0",
"gemAuthor": "OpenAPI Clients Factory",
"gemAuthorEmail": "blah+oapicf@cliffano.com",
"gemHomepage": "https://github.com/oapicf/swaggy-jenkins",
Expand Down
2 changes: 1 addition & 1 deletion specification/jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: Swaggy Jenkins
description: Jenkins API clients generated from Swagger / Open API specification
version: 2.0.1-pre.0
version: 3.0.0
contact:
name: Cliffano Subagio
url: http://github.com/oapicf/swaggy-jenkins
Expand Down
2 changes: 1 addition & 1 deletion swaggy-c.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spec_uri: specification/jenkins.yml
version: 2.0.1-pre.0
version: 3.0.0
contact:
name: OpenAPI Clients Factory
url: https://github.com/oapicf/swaggy-jenkins
Expand Down

0 comments on commit e6da07b

Please sign in to comment.