CircleCI-Public / aws-s3-orb

Integrate Amazon AWS S3 with your CircleCI CI/CD pipeline easily with the aws-s3 orb.
https://circleci.com/orbs/registry/orb/circleci/aws-s3
MIT License
10 stars 20 forks source link

Add a Changelog #16

Closed kenperkins closed 3 years ago

kenperkins commented 4 years ago

I'm currently upgrading from 1.0.16 to 1.1.1 as a result of #13 getting merged, but I noticed there are no release notes, no change log and no way of knowing without analyzing the source myself. So this request would be to add a change log and use git tags aligned with the orb version so it's easier to see the diffs.

gmemstr commented 4 years ago

This is definitely a conversation we have been having internally, and we have implemented it into our Orb Project Template to encourage implementation in newer orbs. It's a little tricky to do retroactively or for older orbs, but it is something we're aiming add to our own orbs moving forward!

FelicianoTech commented 4 years ago

A changelog is a bit harder for us to do right now but I can definitely enable Git tags to work for this repo. I'll update here when that happens.

devkapilbansal commented 4 years ago

@kenperkins I want to work on this issue

gmemstr commented 4 years ago

Assigning to @felicianotech for the time being.

FelicianoTech commented 3 years ago

So this isn't a changelog but the ability to have git tags has been turned on i #18.

gmemstr commented 3 years ago

Going to go ahead and close this - we're working on a chagelog process for orbs, and we should have more to share soon :)