GithubHelp home page GithubHelp logo

change-a-changelog's Introduction

¡Yahoo! 🥳

I am a little pogrommer from Cherepovets, studying at SPbU.

I mostly write in Python, but also interested in Scala, Rust, and PureScript.

Here is the list of some of my projects:

  • CheWeatherBot - Telegram-bot about weather in my hometown.
  • 📋 Ndnt - CLI-tool to inspect indentation of your files.
  • 💬 Textode - Library which makes creating stateless-dialog systems easy.

I am currently working at:

You can read history of all my repositories here (in Russian).

change-a-changelog's People

Contributors

masynchin avatar

Watchers

 avatar

change-a-changelog's Issues

Release action

First version is published by myself, and now we need to make this automatically.

Proposed design

Each GitHub release should trigger this action, and this action should upload new version with release's tag to crates.io.

Command to create basic changelog

It must be a command to create basic changelog.

Proposed design

change new

This command must generate basic CHANGELOG.md with the following content:

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

Add command

It must be a command to add changes.

Proposed design

The command to add changes can look like this:

changes add <text>

Where <text> is the text of added changes. For example:

changes add 'Command to append changes to the latest version'

This command should add changes to the latest version. For now, it is Unreleased. After command

changes add 'Command to append changes to the latest version'

The newly create Changelog should be this:

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Command to append changes to the latest version

[Unreleased]: https://github.com/<owner>/<repo>/compare/0.1.0..HEAD

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.