Skip to content

Commit

Permalink
Add reissue to manage releases
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jun 14, 2024
1 parent dcc2844 commit 89a2966
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# CHANGELOG

## [UNRELEASED]
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - Unreleased

### Added

- reissue gem to manage releases

## [0.1.1] - 2023-11-04

### Added

- Added `CHANGELOG.md` file
- Added `CHANGELOG.md` file
- `as_json` and `to_json` methods to StructuredString

## [0.1.0] - 2023-10-10

Initial release
### Added

- Initial release
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gem "minitest"
gem "simplecov"
gem "yard"
gem "standard"
gem "reissue"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ GEM
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reissue (0.1.7)
rake
reline (0.5.7)
io-console (~> 0.5)
rexml (3.3.0)
Expand Down Expand Up @@ -83,6 +85,7 @@ DEPENDENCIES
debug
minitest
rake
reissue
simplecov
standard
yard
Expand Down
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ Rake::TestTask.new(:test) do |t|
end

task default: :test

require "reissue/gem"

Reissue::Task.create do |t|
t.version_file = "lib/contours/version.rb"
t.version_limit = 3
end

0 comments on commit 89a2966

Please sign in to comment.