eduncan911 / podcast

iTunes and RSS 2.0 Podcast Generator in Golang
MIT License
132 stars 35 forks source link

Create release for v1.3.1 #11

Closed Reidsy closed 4 years ago

Reidsy commented 5 years ago

With go modules being announced https://blog.golang.org/modules2019 go get will now download v1.3.0 because it is the most recent tag.

Can the lastest master be tagged with v1.3.1?

eduncan911 commented 5 years ago

Ah hah. I missed that announcement.

That's a failure if my CICD pipeline, sorry about that.

Will do! I am currently out if the country for work without my personal laptop. So I'll have to wait until around Xmas when I am back.

Reidsy commented 5 years ago

Thanks @eduncan911

Enjoy your xmas.

Reidsy commented 5 years ago

As a workaround to this issue, the following can be added to go.mod to get the latest commit

require (
    github.com/eduncan911/podcast v0.0.0-20171210162110-10213c61cee5
)
markuswustenberg commented 5 years ago

Friendly poke. 😬

eduncan911 commented 5 years ago

Ah yes, getting to this soon! Was playing with GitHub actions for a new CI pipeline which would auto-tag.

Thanks for the poke

markuswustenberg commented 5 years ago

Thanks for the quick reply. Does that also mean that this project is alive again?

eduncan911 commented 4 years ago

Going to close this for now. About to make another release soon with all the changes once I verify the new code, tests, and github actions pipeline - to do it all for me going forward.

Going to also delete the develop branch as some don't follow it.