-
-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update bitbucket fixture to include pr test
- Loading branch information
Showing
3 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
set -e | ||
|
||
git remote add origin https://bitbucket.org/orhunp/git-cliff-readme-example | ||
git remote add origin https://bitbucket.org/mcwarman-playground/git-cliff-readme-example | ||
git pull origin master | ||
git fetch --tags |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
## What's Changed | ||
* feat(config): support multiple file formats by @orhun <[email protected]> | ||
* feat(cache): use cache while fetching pages by @orhun <[email protected]> | ||
* feat(ci): add pipeline config by @mcwarman <[email protected]> in #1 | ||
|
||
## What's Changed in v1.0.1 | ||
* refactor(parser): expose string functions by @orhun <[email protected]> | ||
|