TheEternalCitizens / mudlet-integration

A mudlet integration for The Eternal City
GNU General Public License v2.0
3 stars 0 forks source link

Look pattern Update #118

Closed davewiththenicehat closed 4 years ago

davewiththenicehat commented 4 years ago

Updated look pattern. Was matching on more than the look command.

davewiththenicehat commented 4 years ago

When I merge this did I do everything correctly to merge into branch dave? As I make new branches do I want to merge them to dave or just build them directly off of develop?

PatrickDattilio commented 4 years ago

This is correct, it automatically set your branch to merge into develop. All your new work goes into a new branch, which you create off of develop and then when it's ready it gets merged back into develop

Once enough new stuff/fixes are in develop, we merge it into release, and create a release build off that merged commit.