Skip to content

Commit

Permalink
Release solidus_admin/v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Jan 3, 2024
1 parent 4c635fe commit 2b28f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ bin/rails admin g solidus_admin:component foo
## Releasing

1. Update the version in `lib/solidus_admin/version.rb`
2. Commit the changes with the message `Release v1.2.3`
2. Commit the changes with the message `Release solidus_admin/v1.2.3`
3. `cd admin; bundle exec rake release`
4. Manually release on GitHub
2 changes: 1 addition & 1 deletion admin/lib/solidus_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SolidusAdmin
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit 2b28f94

Please sign in to comment.