forked from googlemaps/google-maps-services-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.releaserc
More file actions
22 lines (22 loc) · 626 Bytes
/
.releaserc
File metadata and controls
22 lines (22 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
branches:
- master
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- - "@google/semantic-release-replace-plugin"
- replacements:
- files:
- "./googlemaps/__init__.py"
from: "__version__ = \".*\""
to: "__version__ = \"${nextRelease.version}\""
- files:
- "./setup.py"
from: "version=\".*\""
to: "version=\"${nextRelease.version}\""
- - "@semantic-release/git"
- assets:
- "./googlemaps/__init__.py"
- "./setup.py"
- "@semantic-release/github"
options:
debug: true