Downloads:
2,489
Downloads of v 1.0.9:
62
Last Update:
01 Feb 2024
Package Maintainer(s):
Software Author(s):
- Stef Heyenrath
Tags:
githubreleasenotes release releasenotes notes github generate octokit libgit2sharp markdown project- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
GitHubReleaseNotes
- 1
- 2
- 3
1.0.9 | Updated: 01 Feb 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,489
Downloads of v 1.0.9:
62
Maintainer(s):
Software Author(s):
- Stef Heyenrath
GitHubReleaseNotes 1.0.9
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Stef Heyenrath. The inclusion of Stef Heyenrath trademark(s), if any, upon this webpage is solely to identify Stef Heyenrath goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install GitHubReleaseNotes, run the following command from the command line or from PowerShell:
To upgrade GitHubReleaseNotes, run the following command from the command line or from PowerShell:
To uninstall GitHubReleaseNotes, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download githubreleasenotes --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade githubreleasenotes -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade githubreleasenotes -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install githubreleasenotes
win_chocolatey:
name: githubreleasenotes
version: '1.0.9'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'githubreleasenotes' do
action :install
source 'INTERNAL REPO URL'
version '1.0.9'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller githubreleasenotes
{
Name = "githubreleasenotes"
Version = "1.0.9"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'githubreleasenotes':
ensure => '1.0.9',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 31 Oct 2024.
Generate Release Notes from a GitHub project.
Remove-BinFile "ghrn" "$packageFolder\Tools\GitHubReleaseNotes.exe"
From: https://raw.githubusercontent.com/StefH/GitHubReleaseNotes/master/LICENSE
LICENSE
MIT License
Copyright (c) 2018-2020 Stef Heyenrath
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
To verify this package, follow these steps:
1] Right click the GitHubReleaseNotes.exe in Windows file explorer and go to the "Details" tab and check the following properties:
- File description GitHubReleaseNotes
- Type Application
- File version 1.0.9.0
- Product name GitHubReleaseNotes
- Product version 1.0.9.0
- Copyright Stef Heyenrath
- Size 1,16 MB
- Date modified 2024-02-01 15:45
- Language Language Neutral
- Original filename GitHubReleaseNotes.exe
2] Verify the SHA256 from the GitHubReleaseNotes.exe file (7zip can be used for this)
- SHA256 03D15D98897FF00DF4F7A0AD2F4438E0299CAF3282D49AC702AEFFECB1ED5958
3] For the changes in this release, see ReleaseNotes.md
Note that this application is build with the .NET 4.8 framework and uses Fody and Fody.Costura to include all dependencies to generate a single exe file.
# 1.0.9.0 (01 February 2024)
- [#27](https://github.com/StefH/GitHubReleaseNotes/pull/27) - Update method GetAllIssuesAndPullRequestsAsync [feature] contributed by [StefH](https://github.com/StefH)
# 1.0.8.0 (25 March 2023)
- [#26](https://github.com/StefH/GitHubReleaseNotes/pull/26) - Upgrade to .NET 6 [feature] contributed by [StefH](https://github.com/StefH)
# 1.0.7.1 (23 June 2021)
- [#20](https://github.com/StefH/GitHubReleaseNotes/pull/20) - Fix version from setup.exe [bug] contributed by [StefH](https://github.com/StefH)
- [#21](https://github.com/StefH/GitHubReleaseNotes/pull/21) - Replace LibGit2Sharp.Portable with latest LibGit2Sharp [bug] contributed by [StefH](https://github.com/StefH)
- [#22](https://github.com/StefH/GitHubReleaseNotes/pull/22) - Update generator for winpkg manifest [bug] contributed by [StefH](https://github.com/StefH)
- [#23](https://github.com/StefH/GitHubReleaseNotes/pull/23) - Fix ManifestVersion [bug] contributed by [StefH](https://github.com/StefH)
- [#18](https://github.com/StefH/GitHubReleaseNotes/issues/18) - Wrong Display Version in Windows [bug]
- [#19](https://github.com/StefH/GitHubReleaseNotes/issues/19) - LibGit2Sharp.Portable is deprecated and has issues running on Linux. [bug]
# 1.0.7 (20 February 2021)
- [#17](https://github.com/StefH/GitHubReleaseNotes/pull/17) - Fix issue where ssh remote urls don't work [bug] contributed by [jpann](https://github.com/jpann)
- [#16](https://github.com/StefH/GitHubReleaseNotes/issues/16) - String cannot be empty [bug]
# 1.0.6 (15 November 2020)
- [#14](https://github.com/StefH/GitHubReleaseNotes/pull/14) - Support tag prefix and create dotnet tool contributed by [StefH](https://github.com/StefH)
- [#15](https://github.com/StefH/GitHubReleaseNotes/pull/15) - Add WinGet project contributed by [StefH](https://github.com/StefH)
# 1.0.5.3 (27 March 2020)
- [#13](https://github.com/StefH/GitHubReleaseNotes/pull/13) - Fixed: "System.InvalidOperationException: Sequence contains no matching element" [bug] contributed by [StefH](https://github.com/StefH)
- [#12](https://github.com/StefH/GitHubReleaseNotes/issues/12) - System.InvalidOperationException: Sequence contains no matching element [bug]
# 1.0.5.2 (25 December 2019)
- [#11](https://github.com/StefH/GitHubReleaseNotes/pull/11) - Fix file load exception [bug] contributed by [StefH](https://github.com/StefH)
# 1.0.5.0 (25 December 2019)
- [#8](https://github.com/StefH/GitHubReleaseNotes/pull/8) - Add token and login+password authentication [feature] contributed by [StefH](https://github.com/StefH)
- [#9](https://github.com/StefH/GitHubReleaseNotes/pull/9) - Exclude tags [feature] contributed by [StefH](https://github.com/StefH)
- [#10](https://github.com/StefH/GitHubReleaseNotes/pull/10) - Fix for `-` in project name. [bug] contributed by [StefH](https://github.com/StefH)
# 1.0.4.0 (21 January 2019)
- [#8](https://github.com/StefH/GitHubReleaseNotes/pull/8) - Add token and login+password authentication [feature] contributed by [StefH](https://github.com/StefH)
# 1.0.3.0 (18 November 2018)
- [#7](https://github.com/StefH/GitHubReleaseNotes/pull/7) - Add Labels and command-line option to provide your own template [feature] contributed by [StefH](https://github.com/StefH)
- [#6](https://github.com/StefH/GitHubReleaseNotes/issues/6) - Group issues by label
# 1.0.2.0 (30 October 2018)
- [#5](https://github.com/StefH/GitHubReleaseNotes/pull/5) - Added additional commandline options --version, --language and --skip-empty-releases contributed by [StefH](https://github.com/StefH)
- [#2](https://github.com/StefH/GitHubReleaseNotes/issues/2) - Release notes seems to leave the last merged PR out of the version
# 1.0.1.0 (29 October 2018)
- [#1](https://github.com/StefH/GitHubReleaseNotes/pull/1) - Chocolatey contributed by [StefH](https://github.com/StefH)
- [#3](https://github.com/StefH/GitHubReleaseNotes/pull/3) - Chocolatey contributed by [StefH](https://github.com/StefH)
- [#4](https://github.com/StefH/GitHubReleaseNotes/pull/4) - Fix for Release Notes seems to leave the last merged PR out of the version contributed by [StefH](https://github.com/StefH)
md5: 26FCE3C18917F10ACBBCCB260D8E9766 | sha1: B065F7D65B89641E05F77684CC0BB77AD5CCAE6C | sha256: 03D15D98897FF00DF4F7A0AD2F4438E0299CAF3282D49AC702AEFFECB1ED5958 | sha512: B8BD3B0BB4E383E4F68AE859F232FE5D2128F20BEA90D38A946CCD6A75A466512A1B8D95B884D248811732D9EE392159745221805BC9D73FEE4A19FCC6634925
Log in or click on link to see number of positives.
- githubreleasenotes.1.0.9.nupkg (e6579b03ce3f) - ## / 65
- GitHubReleaseNotes.exe (03d15d98897f) - ## / 71
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
GitHubReleaseNotes 1.0.9 | 62 | Thursday, February 1, 2024 | Approved | |
GitHubReleaseNotes 1.0.8.0 | 143 | Saturday, March 25, 2023 | Approved | |
GitHubReleaseNotes 1.0.7.1 | 205 | Wednesday, June 23, 2021 | Approved | |
GitHubReleaseNotes 1.0.7 | 168 | Saturday, February 20, 2021 | Approved | |
GitHubReleaseNotes 1.0.6 | 156 | Sunday, November 15, 2020 | Approved | |
GitHubReleaseNotes 1.0.5.3 | 289 | Friday, March 27, 2020 | Approved | |
GitHubReleaseNotes 1.0.5.2 | 229 | Wednesday, December 25, 2019 | Approved | |
GitHubReleaseNotes 1.0.4.0 | 270 | Monday, January 21, 2019 | Approved | |
GitHubReleaseNotes 1.0.3.0 | 248 | Sunday, November 18, 2018 | Approved | |
GitHubReleaseNotes 1.0.2.0 | 204 | Sunday, November 18, 2018 | Approved | |
GitHubReleaseNotes 1.0.1.0 | 231 | Monday, October 29, 2018 | Approved | |
GitHubReleaseNotes 1.0.0.0 | 214 | Monday, October 29, 2018 | Approved |
2018 - 2024 Stef Heyenrath
See ReleaseNotes.md
This package has no dependencies.
Ground Rules:
- This discussion is only about GitHubReleaseNotes and the GitHubReleaseNotes package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or GitHubReleaseNotes, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.