mirror of
https://github.com/jimeh/blank_gem.git
synced 2026-02-18 20:56:38 +00:00
chore(release): 1.0.0
This commit is contained in:
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
## 1.0.0 (2020-02-12)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* Implement blank_gem that does nothing.
|
||||
|
||||
### Features
|
||||
|
||||
* Implement blank_gem that does nothing. ([3928263](https://github.com/jimeh/blank_gem/commit/392826342bd6ad01fbc8bab946894b9d54b109cb))
|
||||
@@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
|
||||
spec.metadata['changelog_uri'] = spec.homepage
|
||||
|
||||
spec.files = Dir.glob('lib/**/*') + [
|
||||
'CHANGELOG.md',
|
||||
'Gemfile',
|
||||
'LICENSE',
|
||||
'README.md',
|
||||
|
||||
Reference in New Issue
Block a user