Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: reformat changelog output #27

Merged
merged 4 commits into from
Apr 13, 2023
Merged

feat!: reformat changelog output #27

merged 4 commits into from
Apr 13, 2023

Conversation

mheob
Copy link
Owner

@mheob mheob commented Apr 13, 2023

Resolves #19

Changes

  • reformat changelog output
    • the new output looks like: "#PR (USER): MESSAGE"
  • remove explicit return statements on every typescript functions

@mheob mheob added the refactor Restyle or refactor the code base label Apr 13, 2023
@changeset-bot
Copy link

changeset-bot bot commented Apr 13, 2023

🦋 Changeset detected

Latest commit: 33b24b8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@mheob/changeset-changelog Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Merging #27 (33b24b8) into main (00adc68) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #27   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           68        67    -1     
  Branches        19        18    -1     
=========================================
- Hits            68        67    -1     
Impacted Files Coverage Δ
src/getDependencyReleaseLine.ts 100.00% <100.00%> (ø)
src/getReleaseLine.ts 100.00% <100.00%> (ø)

@sonarcloud
Copy link

sonarcloud bot commented Apr 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kodiakhq kodiakhq bot merged commit 5c6eb4d into main Apr 13, 2023
@kodiakhq kodiakhq bot deleted the 19-reformat-output branch April 13, 2023 15:39
kodiakhq bot pushed a commit that referenced this pull request Apr 18, 2023
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.


# Releases
## @mheob/changeset-changelog@3.0.0

### Major Changes

-   [#27](#27) ([@mheob](https://github.com/mheob)): reformat the changelog output to display first the PR and user


Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alex Böhm <3983539+mheob@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Restyle or refactor the code base
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Reformat output and refactor code
1 participant