Skip to content

Commit b19cc07

Browse files
committed
Update release process notes
1 parent 6471e34 commit b19cc07

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
katalyst-kpop (3.2.5)
4+
katalyst-kpop (3.2.6)
55
katalyst-html-attributes
66
turbo-rails
77
view_component

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ calculation to check that the headers are compatible.
123123
Releases need to be distributed to rubygems.org and npmjs.org. To do this, you need to have accounts with both providers
124124
and be added as a collaborator to the kpop gem and npm packages.
125125

126-
1. Update the version in `katalyst-kpop.gemspec`
126+
1. Update the version in `katalyst-kpop.gemspec` and run `bundle` to update `Gemfile.lock`
127127
2. Ensure that `rake` passes (format and tests)
128-
3. Tag a release and push to rubygems.org by running `rake release`
128+
3. Tag the release and push the tag to github to run CI/CD
129129

130130
## License
131131

katalyst-kpop.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "katalyst-kpop"
5-
spec.version = "3.2.5"
5+
spec.version = "3.2.6"
66
spec.authors = ["Katalyst Interactive"]
77
spec.email = ["[email protected]"]
88

0 commit comments

Comments
 (0)