File tree Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- factory_bot_rails (6.4.3 )
5
- factory_bot (~> 6.4 )
4
+ factory_bot_rails (6.4.4 )
5
+ factory_bot (~> 6.5 )
6
6
railties (>= 5.0.0 )
7
7
8
8
GEM
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ there might not be any notable changes in new versions of this project.
3
3
4
4
# NEWS
5
5
6
+ ## 6.4.4 (October 25, 2024)
7
+
8
+ * Changed: Bump Factory Bot 6.5.0
9
+
6
10
## 6.4.3 (December 29, 2023)
7
11
8
12
* Changed: allow sequence definitions for ActiveRecord primary keys (Mike
Original file line number Diff line number Diff line change 2
2
3
3
1 . Update the version in the gemspec (and the factory\_ bot version, if necessary)
4
4
and run ` bundle install `
5
- 1 . Update ` NEWS.md ` to reflect the changes since last release.
6
- 1 . Commit changes.
5
+ 2 . Update ` NEWS.md ` to reflect the changes since last release.
6
+ 3 . Commit changes.
7
7
There shouldn't be code changes,
8
8
and thus CI doesn't need to run,
9
9
so you can add "[ ci skip] " to the commit message.
10
- 1 . Tag the release: ` git tag -s vVERSION `
10
+ 4 . Tag the release: ` git tag -s vVERSION `
11
11
- We recommend the [ _ quick guide on how to sign a release_ ] from git ready.
12
- 1 . Push changes: ` git push && git push --tags `
13
- 1 . Build and publish:
12
+ 5 . Push changes: ` git push && git push --tags `
13
+ 6 . Build and publish:
14
14
``` bash
15
15
gem build factory_bot_rails.gemspec
16
16
gem push factory_bot_rails-VERSION.gem
17
17
```
18
- 1 . Add a new GitHub release using the recent ` NEWS.md` as the content. Sample
18
+ 7 . Add a new GitHub release using the recent ` NEWS.md` as the content. Sample
19
19
URL: https://github.com/thoughtbot/factory_bot_rails/releases/new? tag=vVERSION
20
- 1 . Announce the new release,
20
+ 8 . Announce the new release,
21
21
making sure to say " thank you" to the contributors
22
22
who helped shape this version!
23
23
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = "factory_bot_rails"
3
- s . version = "6.4.3 "
3
+ s . version = "6.4.4 "
4
4
s . authors = [ "Joe Ferris" ]
5
5
6
6
s . homepage = "https://github.com/thoughtbot/factory_bot_rails"
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
s . executables = [ ]
16
16
s . license = "MIT"
17
17
18
- s . add_runtime_dependency ( "factory_bot" , "~> 6.4 " )
18
+ s . add_runtime_dependency ( "factory_bot" , "~> 6.5 " )
19
19
s . add_runtime_dependency ( "railties" , ">= 5.0.0" )
20
20
21
21
s . add_development_dependency ( "sqlite3" )
You can’t perform that action at this time.
0 commit comments