Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add log of changes #293

Merged
merged 2 commits into from
Nov 18, 2019
Merged

Add log of changes #293

merged 2 commits into from
Nov 18, 2019

Conversation

orien
Copy link
Member

@orien orien commented Nov 17, 2019

This'll help communicate changes to the community. Especially the upcoming v2.0 changes.

Also add project metadata to the gemspec.

"bug_tracker_uri" => "https://github.com/envato/stack_master/issues",
"changelog_uri" => "https://github.com/envato/stack_master/blob/master/CHANGELOG.md",
"documentation_uri" => "https://www.rubydoc.info/gems/stack_master/#{spec.version}",
"source_code_uri" => "https://github.com/envato/stack_master/tree/v#{spec.version}",
Copy link
Member Author

@orien orien Nov 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add some gemspec metadata. This'll become available on the Rubygems project page and via the bundle and gem command line tools after the next release.

@@ -20,8 +20,14 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]", "[email protected]"]
spec.summary = %q{StackMaster is a sure-footed way of creating, updating and keeping track of Amazon (AWS) CloudFormation stacks.}
spec.description = %q{}
spec.homepage = "https://github.com/envato/stack_master"
spec.homepage = "https://opensource.envato.com/projects/stack_master.html"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given we can specify the source code URI below. Should this be the homepage?

https://opensource.envato.com/projects/stack_master.html

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we're about to deprecate this domain, but it hasn't been migrated yet.

Copy link
Contributor

@patrobinson patrobinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one!

@@ -20,8 +20,14 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]", "[email protected]"]
spec.summary = %q{StackMaster is a sure-footed way of creating, updating and keeping track of Amazon (AWS) CloudFormation stacks.}
spec.description = %q{}
spec.homepage = "https://github.com/envato/stack_master"
spec.homepage = "https://opensource.envato.com/projects/stack_master.html"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we're about to deprecate this domain, but it hasn't been migrated yet.

Copy link
Contributor

@petervandoros petervandoros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one! 👍

Copy link
Contributor

@stevehodgkiss stevehodgkiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one! 🎉

@orien orien merged commit 676367b into master Nov 18, 2019
@orien orien deleted the changelog branch November 18, 2019 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants