Missing alert class on "The <release> installer was successfully created." message

Looking at the markup, it is missing the variant class.
```html
<div class="alert alert- alert-dismissible">
...
</div>
```
It should be `alert-success`.
issue