Skip to content

Commit

Permalink
Remove changelog, please see releases tab for information about changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Clark authored and aaronlippold committed Jul 2, 2020
1 parent 408fcf9 commit 693b65f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 318 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

jobs:
update_changelog_draft_release:
draft_release:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/update-changelog.yaml

This file was deleted.

285 changes: 0 additions & 285 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion heimdall_tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
spec.homepage = 'https://github.com/mitre/heimdall_tools'
spec.license = 'Apache-2.0'

spec.files = Dir.glob('{lib,test,exe}/**/*') + %w{CHANGELOG.md Guardfile LICENSE.md Rakefile README.md}
spec.files = Dir.glob('{lib,test,exe}/**/*') + %w{Guardfile LICENSE.md Rakefile README.md}
spec.bindir = 'exe'
spec.executables << 'heimdall_tools'
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 693b65f

Please sign in to comment.