Skip to content

Commit d254ebe

Browse files
authored
chore(docs): Prepare 1.2.0 (#10)
1 parent 766e86c commit d254ebe

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
### Changed
99

10+
## [1.2.0] - 2021-03-13
11+
### Added
12+
- Respect branch name in repository URL (#8)
13+
1014
## [1.1.0] - 2019-03-27
1115
### Added
1216
- Add entry point script for docker containers #1
@@ -19,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1923
### Added
2024
- Initial release.
2125

22-
[Unreleased]: https://github.com/znerol/git-gau/compare/v1.1.0...HEAD
26+
[Unreleased]: https://github.com/znerol/git-gau/compare/v1.2.0...HEAD
27+
[1.2.0]: https://github.com/znerol/git-gau/compare/v1.1.0...v1.2.0
2328
[1.1.0]: https://github.com/znerol/git-gau/compare/v1.0.0...v1.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A collection of custom git commands which make it easier to create bots which
44
commit and push changes automatically.
55

6-
[![Build Status](https://travis-ci.org/znerol/git-gau.svg?branch=master)](https://travis-ci.org/znerol/git-gau)
6+
[![Build Status](https://travis-ci.com/znerol/git-gau.svg?branch=develop)](https://travis-ci.com/znerol/git-gau)
77

88
## INSTALL
99

integration-test/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:latest
1+
FROM alpine:3.13
22

33
RUN apk update && apk upgrade && \
44
apk add --no-cache bash git openssh tini

0 commit comments

Comments
 (0)