Skip to content

Releases: aevea/release-notary

v0.2.0

16 Sep 11:57
Compare
Choose a tag to compare

From now commit hashes will be part of release notes.

Also important is the change to default behaviour. By default the container now runs the publish command.

Features 🚀

  • 1c50ee6 add Commit hashes to release notes
  • bba3f5a pass commit hash to release note generator
  • 6c85e34 Add Github action file
  • 3ab886d set default Dockerfile command to publish

Bug fixes 🐛

  • abc40aa fix was not added to bug category

Chores and Improvements 🔧

  • 49d2c67 skip changelog in goreleaser
  • 0c99738 pass Commit object in split_section and release_notes
  • f31c966 update module commitsar-app/commitsar to v0.6.6
  • caf2999 update commitsar/commitsar docker tag to v0.6.6
  • 290c38f update module spf13/viper to v1.4.0

Other 📦

v0.1.0

12 Sep 16:07
Compare
Choose a tag to compare

This release allows for releasing to Github through CI. It's highly experimental right now.

Requires GITHUB_TOKEN and GITHUB_REPOSITORY to be set.

Features 🚀

  • Publish command
  • Github Release
  • Releaser
  • ReleaseNotes
  • splitSections
  • CategoriseCommits
  • LinkToCommit
  • Emoticons
  • remove history package
  • release docker image

Chores and Improvements 🔧

  • add release-notary publish
  • replace entrypoint with cmd
  • update module commitsar-app/commitsar to v0.6.4
  • update commitsar/commitsar docker tag to v0.6.4
  • use github actions
  • Commit instead of CategorisedCommit
  • improve syntax is log.go
  • update commitsar/commitsar docker tag to v0.5.0
  • update golang docker tag to v1.13.0
  • update commitsar/commitsar docker tag to v0.4.0
  • update alpine docker tag to v3.10.2
  • update module stretchr/testify to v1.4.0
  • update commitsar/commitsar docker tag to v0.3.0
  • update paths follow migration to commitsar
  • add commitsar
  • update golang docker tag to v1.12.9
  • update badge
  • update module src-d/go-git to v4.13.1
  • update module src-d/go-billy to v4.3.2
  • add kodiak
  • improve renovate config
  • improve makefile
  • bump gopkg.in/src-d/go-billy.v4 from 4.3.0 to 4.3.1

Other 📦

  • use text.Commit in log and build history
  • hide sections with no content
  • commits were not categorized
  • new lines in ReleaseNotes
  • missing provider in options of releaser
  • wrong mapping of entrypoint
  • fix url for publishing release
  • add expected output
  • fix bad makefile command name
  • remove pointless file creation
  • fix falsely passing makefile
  • add test for commit_text

v0.0.4

15 Jul 13:59
Compare
Choose a tag to compare

Changelog

723244a Create LICENSE
1e4d3b3 Update go.mod
5a0051c Update go.mod
055f2c3 chore(makefile): simplify ci step
508f6b3 chore: fix casing in repo name
ab84f7a ci: add ci tests
3c34567 deps: fix with go mod tidy
a8913fe feat(debug): add debug for current commit
7711df1 feat(debug): add debug to previous_tag
a2cbdc6 makefile: fix passing go mod tidy

v0.0.3

08 Jul 11:17
Compare
Choose a tag to compare

Changelog

cd0f1b1 cmd: Add missing description for Execute command
4795813 history: fix case including commit from last tag
807ba37 history: fix case where current commit is not tag
54baa9e makefile: remove useless build command
f77a295 readme: Add example usage
9e5ec25 readme: add info about motivation

v0.0.2

04 Jul 16:10
Compare
Choose a tag to compare

Changelog

8cb9c6f ci: adjust drone env assignment
40f6d9d ci: fix releases key assignment
eaf86b7 ci: fix repo name in travis
fcfd99c ci: fix typo in repo name
f4f1e33 ci: migrate to Travis
596c904 ci: remove build step
ca64301 ci: set up goreleaser
d2651c7 ci: switch to drone
889d579 ci: use travis encrypted key

Log release

22 Jun 11:27
Compare
Choose a tag to compare

This is the first release of release-notary. Currently only release-notary log works. It will print out the commits between the current tag and last tag (if available). The release notes below are the output. More work will go into improving the output to include notes in commits.

Release notes

  • ci: run release-notary only on tags
  • text: Improve formatting of commit list
  • history: Fix case where no previous tag is available
  • ci: fix release-notary step
  • ci: Add release-notary
  • makefile: add build-all
  • sh: Add build all shell script
  • cmd: set up log command
  • cmd: set up viper
  • text: add build_history
  • text: remove accidental log into trim_message
  • text: add trim_message
  • history: add commit_text
  • history: add list_commits
  • main: move to root
  • chore(deps): update module src-d/go-git to v4.12.0
  • chore(deps): add renovate.json
  • Merge pull request #2 from Fallion/go-git
  • go: init go.mod
  • cmd: Add main
  • CI: Set global imag
  • CI: Update Lint path
  • CI: Set stages
  • CI: fix naming of file round 2
  • CI: fix naming of file
  • CI: Add gitlab-ci.yml
  • history: add previous_tag
  • history: add commit_date
  • history: add current_commit