reidmorrison / rails_semantic_logger

Rails Semantic Logger replaces the Rails default logger with Semantic Logger
https://logger.rocketjob.io/rails
Apache License 2.0
320 stars 114 forks source link

missing v4.13.0 and v4.14.0 tags #206

Closed znz closed 2 months ago

znz commented 7 months ago

fix url at https://github.com/reidmorrison/rails_semantic_logger/commit/75ddc1607596f36c786fe863ccbd26b1a373969f, but https://github.com/reidmorrison/rails_semantic_logger/tags does not have v4.13.0 and v4.14.0. So the link to Source Code in https://rubygems.org/gems/rails_semantic_logger/versions/4.14.0 is broken.

reidmorrison commented 2 months ago

This happens because I use GitHub desktop and it does not push any tags that are created during the gem publish rake command. Will look into manually pushing those tags.

reidmorrison commented 2 months ago

Added the missing tags.