Skip to content

Commit 4b8ffbe

Browse files
committed
add changelog, use semver
1 parent 0225ee0 commit 4b8ffbe

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
### Added
9+
- changelog
10+
- follow semver
11+
12+
## [0.1.0] - 2020-04-14
13+
### Added
14+
- travic CI
15+
- rubocop
16+
- capybara DSL to check page title, action items, table columns/rows

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,8 @@ The gem is available as open source under the terms of the [MIT License](https:/
9595
## Code of Conduct
9696

9797
Everyone interacting in the Capybara::ActiveAdmin project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/activeadmin-plugins/capybara_active_admin/blob/master/CODE_OF_CONDUCT.md).
98+
99+
## Notes
100+
101+
Project uses [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
102+
Project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

capybara_active_admin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616

1717
spec.metadata['homepage_uri'] = spec.homepage
1818
spec.metadata['source_code_uri'] = spec.homepage
19-
spec.metadata['changelog_uri'] = spec.homepage
19+
spec.metadata['changelog_uri'] = "#{spec.homepage}/blob/master/CHANGELOG.md"
2020

2121
# Specify which files should be added to the gem when it is released.
2222
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)