Coder Social home page Coder Social logo

changelog's People

Contributors

emlynwest avatar johnnypeck avatar spekulatius avatar stevewest avatar stof avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

changelog's Issues

Flysystem adapter

I know you said you don't really want it as it is hard to use in CLI scripts (without proper factory/DI mechanism), but for those, who write their own scripts, you could provide it. ;)

Github files

Allow logs to be pulled from github then committed.

Output Logs

Be able to write out a log using a "reverse" parser. Providers should be updated too to allow content to be written back out.

Possibly parsers and providers should be renamed to something more descriptive for their changed uses.

Write to Github Release API

Other half of #17.

Split off due to potential complications arising to make sure data is synced somehow to try and avoid overriding changes, either remote or local.

Links

Deal with release links

`KeepAChangeLog` release building fails with whitepsace

Due to a oversight in the unit tests it is not possible to parse releases if they have a white space between the end of the release content and the next release's title.

# Log title

## 0.2.0 - 2015-02-26
### Changed
 - Thing 1
 - Thing 2

### Added
 - Some content

## 0.1.0 - 2015-02-26
### Added
- Initial release

Robo tasks

Create a set of default robo tasks for being able to work with change logs.

Merge logs

Have the ability to merge change logs into a single log.

CLI script

Include a cli script to allow change logs to be manipulated via the command line.

Potential tasks:

  • Convert between formats
  • Make a major/minor/patch release (this would change "unreleased" to the next version number)
  • Add a change to a release

Other:

  • Load config file from working directory or specified at runtime for IO configs

Remote logs

Allow logs to be loaded from a remote URL

The composer constraint should not force using dev-master

This constraint forbids using stable versions of the package and so makes it a pain for people using it as composer only allows stable versions by default (see composer/composer#5211)

Thus, depending on dev-master is equivalent to depending on +Inf as version of the package. It is an unbound constraint. This means that your code would break if the naneau/semver package releses a new major version (so not BC) as you will always use whatever new major version comes out for existing releases of your package.

Add note about phar generation to readme

Make sure the readme contains instructions on how to build the phar archive for release.

  • Include command ./vendor/bin/robo create:phar.
  • Outline process that the task takes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.