Skip to content

Commit c2fec6e

Browse files
committed
Update release notes for v0.21.0
1 parent c0ffffe commit c2fec6e

File tree

3 files changed

+41
-9
lines changed

3 files changed

+41
-9
lines changed

Releasing.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ Normally, you should do this:
55

66
1. Make sure your HEAD is clean and that it is the same as the upstream master!
77

8-
git ls-remote https://github.com/git-tfs/git-tfs.git refs/heads/master
9-
git rev-parse HEAD
10-
git status
8+
```
9+
> git ls-remote https://github.com/git-tfs/git-tfs.git refs/heads/master
10+
> git rev-parse HEAD
11+
> git status
12+
```
1113

1214
2. Set the auth.targets file with with your OAuth token (see auth.targets.example)
1315

1416
3. Build the release and include the version (e.g. X.Y.Z) and the name of a changelog file (optional).
1517

16-
msbuild Release.proj /t:Release /p:Version=X.Y.Z /p:ReleaseNotes="ReleaseNoteFile.md"
18+
```
19+
> msbuild Release.proj /t:Release /p:Version=X.Y.Z /p:ReleaseNotes="ReleaseNoteFile.md"
20+
```

doc/release-notes/NEXT.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
* Support renamed tfs branches, baseless merge and automatic branch initialisation when encounter merge changeset(#480)
2-
* Being able to clone a Tfs subbranch with `--with-branches` option (#703)
3-
* Add `--force` to unshelve command (#636)
4-
* Add `--batch-size` to let the user specify the number of changesets fetched at the same time (for big history and big changesets) (#639)
5-
* Being able to clone TFS path "$/" (#662)

doc/release-notes/v0.21.0.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
* #727 Unshelve on current commit if parent commit can not be found
2+
* #722 Bugfix
3+
* #717 Bugfix
4+
* #716 Bugfix
5+
* #715 Bugfix
6+
* #674 Better branch management
7+
* #703 Being able to clone a Tfs subbranch with `--with-branches` option
8+
* #702 Add unit tests
9+
* #701 Docfix
10+
* #696 Docfix
11+
* #693 Bugfix
12+
* #683 Bugfix
13+
* #678 Fix missing merge parent
14+
* #675 Improve init with renames
15+
* #671 Bugfix
16+
* #662 Being able to clone TFS path "$/"
17+
* #670 Docfix
18+
* #664 Improve reliability of fetch
19+
* #667 Bugfix
20+
* #668 Bugfix
21+
* #657 Bugfix
22+
* #639 Add `--batch-size` to let the user specify the number of changesets fetched at the same time (for big history and big changesets)
23+
* #646 Fix changeset ordering
24+
* #636 Add `--force` to unshelve command
25+
* #638, #681, #721 Update libgit2sharp
26+
* #640 Bugfix
27+
* #629 Cleanup now that we do not need VS2008 support
28+
* #626 Fetch by lots
29+
* #620 Make `rcheckin --quick` the default
30+
* #625 Perfs get last changeset id
31+
* #618 Shorten workspace path
32+
* #623 Add checkout command
33+
* #480 Support renamed tfs branches, baseless merge and automatic branch initialisation when encounter merge changeset

0 commit comments

Comments
 (0)