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

Rtest2 #9

Merged
merged 3 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name-template: $RESOLVED_VERSION
tag-template: $RESOLVED_VERSION
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
categories:
- title: '🚀 Features'
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release-draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setting version
run: |
export GIT_COMMIT_DATE=$(git log -1 --pretty='%ad' --date=format:'%Y.%m%d.%H%M%S')
Expand All @@ -48,8 +49,8 @@ jobs:
echo "Setting version $VERSION"
- uses: release-drafter/release-drafter@v5
with:
version: ${{env.VERSION}}
tag: ${{env.VERSION}}
name: "Release ${{env.VERSION}}"
version: ${{ env.VERSION }}
tag: ${{ env.VERSION }}
name: "Release ${{ env.VERSION }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Bidrag-felles
# Bidrag felles
Felles biblioteker som brukes av applikasjoner utviklet av bidrag

Felles biblioteker for bidrag22
[![Release Drafter](https://github.com/navikt/bidrag-felles/actions/workflows/release-draft.yaml/badge.svg?branch=main)](https://github.com/navikt/bidrag-felles/actions/workflows/release-draft.yaml)
[![Publish](https://github.com/navikt/bidrag-felles/actions/workflows/publish.yaml/badge.svg?branch=main)](https://github.com/navikt/bidrag-felles/actions/workflows/publish.yaml)



[![Publish button]][Release draft]

### Contact

This project is maintained by [navikt/bidrag](CODEOWNERS)

Questions and/or feature requests? Please create an [issue](https://github.com/navikt/bidrag-felles/issues)

If you work in [@navikt](https://github.com/navikt) you can reach us at the Slack
channel [#team-bidrag](https://nav-it.slack.com/archives/CAZ7A2074)

<!---------------------------------------------------------------------------->

[Publish button]: https://img.shields.io/badge/Publiser_siste_release_draft-37a779?style=for-the-badge
[Release draft]: https://github.com/navikt/bidrag-felles/releases
[#]: #
Loading