This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
c72d090c97
Ghost
/
ghost
/
release-utils
/
.eslintrc.js
7 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added initial implementation of @tryghost/release-utils (#7) - Added the first version of release-utils - Will release a v0.0.1 - Be able to create changelog.md based on previous version. - Be able to merge & clean changelog.md. - Be able to create a gist - Be able to filter commits by emojis (user-facing changes) - Be able to create a draft release - Be able to upload a release zip to Github The goal is to use our release-utils in multiple places (e.g. in Casper). We will discuss if we want to replace some of our manual written utilities by existing npm packages. But to avoid breaking everything, we do it iteratively. Our release utils works and was designed based on our needs. We've tested some release utility in the past, they were all not really satisfying. TBC...
2019-03-12 23:53:32 +03:00
module
.
exports
=
{
plugins
:
[
'ghost'
]
,
extends
:
[
Remove trailing commas from .eslintrc.js files - the upcoming eslint update flags errors for trailing commas, so this commits tidies that up
2020-08-04 16:47:14 +03:00
'plugin:ghost/node'
Added initial implementation of @tryghost/release-utils (#7) - Added the first version of release-utils - Will release a v0.0.1 - Be able to create changelog.md based on previous version. - Be able to merge & clean changelog.md. - Be able to create a gist - Be able to filter commits by emojis (user-facing changes) - Be able to create a draft release - Be able to upload a release zip to Github The goal is to use our release-utils in multiple places (e.g. in Casper). We will discuss if we want to replace some of our manual written utilities by existing npm packages. But to avoid breaking everything, we do it iteratively. Our release utils works and was designed based on our needs. We've tested some release utility in the past, they were all not really satisfying. TBC...
2019-03-12 23:53:32 +03:00
]
}
;
Reference in New Issue
Copy Permalink