Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rearrange autorest pipeline to add go transform info for example model #1189

Merged
merged 3 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions packages/autorest.gotest/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@autorest/gotest",
"entries": [
{
"version": "4.7.2",
"tag": "@autorest/gotest_v4.7.2",
"date": "Mon, 08 Apr 2024 06:34:25 GMT",
"comments": {
"patch": [
{
"comment": "Rearrange autorest pipeline to add go transform info for example model"
}
]
}
},
{
"version": "4.7.1",
"tag": "@autorest/gotest_v4.7.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/autorest.gotest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @autorest/gotest

This log was last generated on Tue, 20 Feb 2024 09:23:59 GMT and should not be manually modified.
This log was last generated on Mon, 08 Apr 2024 06:34:25 GMT and should not be manually modified.

## 4.7.2
Mon, 08 Apr 2024 06:34:25 GMT

### Patches

- Rearrange autorest pipeline to add go transform info for example model

## 4.7.1
Tue, 20 Feb 2024 09:23:59 GMT
Expand Down
10 changes: 5 additions & 5 deletions packages/autorest.gotest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@ use-extension:
'@autorest/testmodeler': '2.5.2'

pipeline:
test-modeler:
go-transform-m4:
input:
- go
test-modeler:
input:
- go-transform-m4
output-artifact: source-file-test-modeler
testmodeler/emitter:
input:
- test-modeler
scope: scope-testmodeler/emitter
go-transform-m4:
input:
- test-modeler
go-tester:
input: go-transform-m4
input: test-modeler
output-artifact: source-file-go-tester
gotest/emitter:
input:
Expand Down
2 changes: 1 addition & 1 deletion packages/autorest.gotest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/gotest",
"version": "4.7.1",
"version": "4.7.2",
"description": "Autorest extension for go test generation",
"main": "dist/index.js",
"scripts": {
Expand Down
Loading