Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

chore: release 4.0.0 #419

Merged
merged 3 commits into from
Jun 24, 2020
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

[1]: https://www.npmjs.com/package/@google/repo?activeTab=versions

## [4.0.0](https://www.github.com/googleapis/github-repo-automation/compare/v3.0.1...v4.0.0) (2020-06-24)


### âš  BREAKING CHANGES

* This PR removes support for using `repos.json` as a source of repositories, and adds support for using GitHub's [repository search API](https://help.github.com/en/github/searching-for-information-on-github/searching-for-repositories) instead. To upgrade to this version of the module, you need to modify your `.repo.yaml` file to use the new config language:

### Features

* use GitHub repo search for identifying repositories ([#418](https://www.github.com/googleapis/github-repo-automation/issues/418)) ([320af6c](https://www.github.com/googleapis/github-repo-automation/commit/320af6cb029685ee2d5b9bdf011c08ef70935ead))

### [3.0.1](https://www.github.com/googleapis/github-repo-automation/compare/v3.0.0...v3.0.1) (2020-06-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/repo",
"version": "3.0.1",
"version": "4.0.0",
"repository": "googleapis/github-repo-automation",
"description": "A tool for automating multiple GitHub repositories.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha system-test"
},
"dependencies": {
"@google/repo": "^3.0.1"
"@google/repo": "^4.0.0"
},
"devDependencies": {
"mocha": "^8.0.0"
Expand Down