Skip to content

Commit 83d6f01

Browse files
Merge pull request #73 from nextreleaseio/bugs
Add more examples of how next release works
2 parents 21d0733 + 6c2ba06 commit 83d6f01

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ branches, and direct commits all funnel into this primary branch
1313
and then the maintainers determine when to cut a new release and
1414
push it out to their end-users.
1515

16-
sdfasdf
17-
asdfasdfsad
18-
asdfasdfsadfasd
19-
asdfasdfsadfsdf
20-
2116
Automate Your Release Notes in 3-Clicks @ [NextRelease.io](https://www.nextrelease.io)
2217

2318

demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ def my_method(self):
1515
def more_python(self):
1616
return 1 + 1 + 2
1717

18+
def new_method():
19+
return self.arg * arg
1820

1921
def generator_example(n):
2022
run = 0

0 commit comments

Comments
 (0)