Skip to content

Commit

Permalink
Add changelog and reissue
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jul 9, 2024
1 parent 7138f6f commit 11d3331
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CHANGELOG

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.0] - Unreleased

### Added

- Initial extraction
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ gem "rake"

gem "rspec"
gem "debug"
gem "reissue"
gem "simplecov"
gem "standard"
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
SOF-cycle (0.1.0)
sof-cycle (0.1.0)
activesupport (>= 6.0)
forwardable

Expand Down Expand Up @@ -53,6 +53,8 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reissue (0.2.0)
rake
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.1)
Expand Down Expand Up @@ -116,11 +118,12 @@ PLATFORMS
ruby

DEPENDENCIES
SOF-cycle!
debug
rake
reissue
rspec
simplecov
sof-cycle!
standard

BUNDLED WITH
Expand Down
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ RSpec::Core::RakeTask.new(:spec) do |t|
end

task default: :spec

require "reissue/gem"

Reissue::Task.create do |task|
task.version_file = "lib/sof/cycle/version.rb"
end

0 comments on commit 11d3331

Please sign in to comment.