Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
drstrangelooker authored Oct 28, 2024
2 parents 74d77a5 + 4ab6250 commit 4e0d0ca
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3.7.8
- uses: googleapis/release-please-action@v4
with:
command: manifest
monorepo-tags: true
token: ${{ secrets.LOS_AUTO_BOT_RP_TOKEN }}
14 changes: 8 additions & 6 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/python/lookersdk-flask/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click==7.1.2
Flask==1.1.2
click==8.1.3
Flask==2.3.2
looker_sdk==7.20.0
Werkzeug==2.2.3
Werkzeug==3.0.6
2 changes: 1 addition & 1 deletion packages/sdk-codegen-scripts/src/exampleMiner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('example mining', () => {
undefined,
filter.bind(null, /^download_.*\.py/)
);
expect(actual).toHaveLength(3);
expect(actual).toHaveLength(4);
});
});

Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": true,
"packages": {
".": {},
"packages/api-explorer": {},
Expand Down

0 comments on commit 4e0d0ca

Please sign in to comment.