Skip to content

Commit

Permalink
Bump up to next pre-release version 3.0.1-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkunbot committed Mar 15, 2024
1 parent e6da07b commit 1131d8b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-doc-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.OAPICF_GITHUB_TOKEN }}
ref: 3.0.0
ref: main
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down
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: 3.0.0
ref: main
- 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: 3.0.0
ref: main
- 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: 3.0.0
ref: main
- uses: ./.github/actions/publish-ruby-action
env:
RUBYGEMS_TOKEN: ${{ secrets.RUBYGEMS_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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
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": "3.0.0",
"artifactVersion": "3.0.1-pre.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": "3.0.0",
"projectVersion": "3.0.1-pre.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": "3.0.0",
"packageVersion": "3.0.1-pre.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": "3.0.0",
"gemVersion": "3.0.1-pre.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: 3.0.0
version: 3.0.1-pre.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: 3.0.0
version: 3.0.1-pre.0
contact:
name: OpenAPI Clients Factory
url: https://github.com/oapicf/swaggy-jenkins
Expand Down

0 comments on commit 1131d8b

Please sign in to comment.