Skip to content

Commit

Permalink
Add promo for Changelog Beats
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed Oct 27, 2023
1 parent 815ca0d commit f5456ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/issue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Issue
attr_reader :date, :promotions, :top_new, :top_all
def initialize date, json
@date = date
@promotions = ["plusplus", ["gotime", "jsparty", "practicalai"].sample].flatten
@promotions = ["beats", ["plusplus", "submit", "podcast"].sample].flatten
process_top_new json
process_top_all json
end
Expand Down
1 change: 1 addition & 0 deletions views/html/promotions/_beats.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:notes: <a href="https://changelog.com/beats">Changelog Beats</a> &ndash; music from our pods!
4 changes: 4 additions & 0 deletions views/text/promotions/_beats.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Changelog Beats

- Listen to music from our pods
- https://changelog.com/beats

0 comments on commit f5456ab

Please sign in to comment.