Sebastian Beisch
c5f993e7de
fix( #62 ): show message block with right indent
2022-03-04 13:54:47 +01:00
Felix Wiedmann
9bc3143f53
ref(changelog): add unit description of max-file-size
2021-05-08 23:23:43 +02:00
Felix Wiedmann
d9e5dc4515
chore(cmd): pass max file size of changelog via options
2021-05-08 22:23:03 +02:00
fwiedmann
a054cf9a60
feat(changelog): prepend a changelog to a file as default, use --overwrite to overwrite the whole file
...
BREAKING CHANGE: changelog command will now prepend changelogs to the changelog-file
2021-05-08 22:23:03 +02:00
Sebastian Beisch
c7d6c7cc7b
feat(integrations): add first simple npm integration
...
Integrations are simple helpers to make integration with existing tools easier.
At basic npm support, the integration will set the version before release to the `package.json`
```yml
integrations:
npm:
enabled: true
```
2021-02-25 07:19:04 +01:00
Sebastian Beisch
0cbc7a7885
feat(hooks): pass environment variables to hooks
2020-08-18 17:33:53 +02:00
Nightapes
6fd34d3e0a
feat(assets): calculate checksum for all assets and upload it
2020-03-21 15:47:03 +01:00
Nightapes
343e660e8e
feat(cli): add current version command
2020-02-18 19:19:09 +01:00
Nightapes
7157d64b7b
style(hooks): fix lint issues
2020-01-06 17:45:52 +01:00
Nightapes
575ba5d5bd
fix(hooks): improve cmd execution
2020-01-06 17:41:10 +01:00
Nightapes
42fc522a43
feat(releaser): add git only as releaser, will create a new tag with version only
2020-01-05 18:55:47 +01:00
Nightapes
8643656339
feat(changelog): add docker usage to changelog
2019-08-31 17:05:10 +02:00
Nightapes
9cf4eab1d2
fix(cmd): don't print current dir in help text
2019-08-11 18:28:13 +02:00
Nightapes
6a514158ce
fix(cache): save commits to cache to avoid empty changelog
2019-08-11 18:27:52 +02:00
Nightapes
1daff2bc8a
refactor(pkg): clean up semantic release interface
2019-07-24 22:14:03 +02:00
Nightapes
409b260eb7
refactor(cmd): remove unused ci testing command
2019-07-21 15:10:18 +02:00
Nightapes
791983faae
test(*): add unit tests
2019-07-21 15:07:13 +02:00
Nightapes
e3b54c63b0
fix(cmd): don't print help on error
2019-07-15 21:16:25 +02:00
fwiedmann
3ad20b2d00
feat(cmd/zip): add command to zip configured files
2019-07-09 01:45:16 +02:00
fwiedmann
8f876fa866
feat(cmd/root): r flag default is now current working dir
2019-07-09 01:43:52 +02:00
Nightapes
7de6f249fe
build(travis): add release config
2019-06-18 21:35:51 +02:00
Felix Wiedmann
065070657c
fix(cmd/commands/next): initialize force flag with default bool 'false'
2019-06-17 22:26:32 +02:00
Nightapes
c578dc4cef
refactor(*): add missing files
2019-06-15 23:29:52 +02:00
Nightapes
cf0431846b
refactor(*): clean up code
2019-06-15 23:03:27 +02:00
Felix Wiedmann
cdf3d15105
ref(pkg/semantic-release): add wrapper method for writing changelog, add method for make a new release
2019-06-13 23:33:42 +02:00
Nightapes
fc7e6366c2
feat(changelog): add first draft for changelog generation
2019-05-25 18:10:24 +02:00
Nightapes
d7664eb8e8
feat(config): add config file
2019-05-15 22:09:52 +02:00
Nightapes
abede95350
refactor(cli): clean up comands
2019-05-14 21:39:39 +02:00
Nightapes
20698c9679
style(lint): fix lint issues
2019-05-14 20:19:36 +02:00
Nightapes
fe54370e7e
feat(init): increase version depending on commit (angular format)
2019-05-13 22:36:24 +02:00