Skip to content

Commit 336f69b

Browse files
committed
Minor fixes to CHANGELOG and CONTRIBUTING
1 parent eb33688 commit 336f69b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PowerShellForGitHub PowerShell Module
22
## Changelog
33

4-
## [0.0.2](https://github.com/PowerShell/PowerShellForGitHub/tree/0.2.0) - (2018/11/08)
4+
## [0.0.2](https://github.com/PowerShell/PowerShellForGitHub/tree/0.2.0) - (2018/11/13)
55
### Features:
66
+ Significant restructing and refactoring of entire module to make future expansion easier.
77
+ Significant documentation updates ([CHANGELOG](./CHANGELOG.md), [CONTRIBUTING.md](./CONTRIBUTING.md),
@@ -62,7 +62,7 @@
6262
organization via `Get-GitHubRepository -OrganizationName <name>`.
6363
- `Get-GitHubAuthenticatedUser` has been replaced with `Get-GitHubUser -Current`.
6464

65-
More Info: [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/TODO) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/TODO)
65+
More Info: [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/39) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/eb33688e5b8d688d28e8582b76b526da3c4428be)
6666

6767
Author: [**@HowardWolosky**](https://github.com/HowardWolosky)
6868

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ Then get a new pull request out for that change to CHANGELOG.
404404
To add a new tag:
405405
1. Make sure that you're in a clone of the actual repo and not your own private fork.
406406
2. Make sure that you have checked out `master` and that it's fully up-to-date
407-
3. Run `git tag -a '<version number>'
407+
3. Run `git tag -a '<version number>'`
408408
4. In the pop-up editor, give a one-line summary of the change (that you possibly already wrote for the CHANGELOG)
409409
5. Save and close the editor
410410
6. Run `git push --tags` to upload the new tag you just created

0 commit comments

Comments
 (0)