This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
changelog check use local main rather than origin
pull/1252/head
Ross McFarland
7 months ago
parent
7b23ff4959
commit
ab930a46ed
No known key found for this signature in database
GPG Key ID:
943B179E15D3B22A
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
script/changelog
+ 1
- 1
script/changelog
View File
@ -67,7 +67,7 @@ and links.''',
def check(argv):
if isdir('.changelog'):
result = run(
['git', 'diff', '--name-only', '
origin/
main', '.changelog/'],
['git', 'diff', '--name-only', 'main', '.changelog/'],
check=False,
stdout=PIPE,
)
Write
Preview
Loading…
Cancel
Save