migrating-ravens / RavenMigrations

A small migrations framework to help you manage your RavenDB Instance.
MIT License
53 stars 24 forks source link

Custom migration attributes #38

Closed absynce closed 8 years ago

absynce commented 8 years ago

This resolves #37.

A new section, "Custom migration attributes", in the readme documents this new feature.

A new "fact" unit test, Can_call_migrations_with_custom_attributes, tests this capability.

Changes added to CHANGELOG under x.x.x.

dportzline83 commented 8 years ago

You should have write access to this repository now @absynce. I gave this a quick once-over and don't see anything concerning here. Sorry I don't have more time to devote to it right now! Feel free to merge if you feel so inclined, before or after waiting for input from others :).

absynce commented 8 years ago

@dportzline83 I was hoping for input from others, but I'm not sure how much visibility there is here outside of you and I. I'm going to go ahead and merge. Will you handle the release or would you rather I do that?

dportzline83 commented 8 years ago

Go for it. I think everything is still set up and working with AppVeyor. If anything is unclear, let me know. Should be as simple as following the steps in the maintaining guide