Skip to content

Commit

Permalink
Merge pull request #10 from laruiss/tech/fix-release-please-3
Browse files Browse the repository at this point in the history
chore: 👷 fix grp config file name
  • Loading branch information
laruiss authored Dec 7, 2023
2 parents 5be4fa8 + f9e232b commit 1ac0036
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 64 deletions.
File renamed without changes.
9 changes: 1 addition & 8 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
target-branch: main
config-file: .release-please.config.json
config-file: release-please-config.json
- name: Checkout repository
uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
Expand All @@ -31,13 +31,6 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm run build
if: ${{ steps.release.outputs.release_created }}
- name: Upload Release Artifact
if: ${{ steps.release.outputs.release_created }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ steps.release.outputs.tag_name }} ./package.json ./README.md ./index.js ./src ./template-*
- run: npm publish
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
Empty file added CHANGELOG.md
Empty file.
114 changes: 58 additions & 56 deletions template-vue3-ts/vue-dsfr-auto-import-preset.ts
Original file line number Diff line number Diff line change
@@ -1,75 +1,77 @@
export default {
'@gouvminint/vue-dsfr': [
'DsfrAccordion',
'DsfrAccordionsGroup',
'DsfrAlert',
'DsfrBackToTop',
'DsfrBadge',
'DsfrBreadcrumb',
'DsfrButton',
'DsfrButtonGroup',
'DsfrCallout',
'DsfrCard',
'DsfrCheckbox',
'DsfrCheckboxSet',
'DsfrConsent',
'DsfrErrorPage',
'DsfrFieldset',
'DsfrFileDownload',
'DsfrFileDownloadList',
'DsfrFileUpload',
'DsfrPicture',
'DsfrVideo',
'DsfrShare',
'DsfrBadge',
'DsfrPagination',
'DsfrCard',
'DsfrLanguageSelector',
'DsfrSocialNetworks',
'DsfrFollow',
'DsfrNewsLetter',
'DsfrCallout',
'DsfrFranceConnect',
'DsfrTabContent',
'DsfrTabs',
'DsfrTabItem',
'DsfrModal',
'DsfrConsent',
'DsfrFooterPartners',
'DsfrFooter',
'DsfrFooterLinkList',
'DsfrTiles',
'DsfrTile',
'DsfrSummary',
'DsfrTag',
'DsfrTags',
'DsfrNavigationMenu',
'DsfrFooterPartners',
'DsfrFranceConnect',
'DsfrHeader',
'DsfrHeaderMenuLink',
'DsfrHeaderMenuLinks',
'DsfrHighlight',
'DsfrInput',
'DsfrInputGroup',
'DsfrLanguageSelector',
'DsfrLogo',
'DsfrModal',
'DsfrNavigation',
'DsfrNavigationItem',
'DsfrNavigationMenuLink',
'DsfrNavigationMegaMenu',
'DsfrNavigationMegaMenuCategory',
'DsfrNavigationMenu',
'DsfrNavigationMenuItem',
'DsfrNavigation',
'DsfrTable',
'DsfrTableHeader',
'DsfrTableRow',
'DsfrTableCell',
'DsfrTableHeaders',
'DsfrFileDownloadList',
'DsfrFileDownload',
'DsfrTranscription',
'DsfrSkipLinks',
'DsfrToggleSwitch',
'DsfrSelect',
'DsfrAlert',
'DsfrInput',
'DsfrInputGroup',
'DsfrNavigationMenuLink',
'DsfrNewsLetter',
'DsfrNotice',
'DsfrPagination',
'DsfrPicture',
'DsfrQuote',
'DsfrLogo',
'DsfrHighlight',
'DsfrHeaderMenuLinks',
'DsfrHeaderMenuLink',
'DsfrHeader',
'DsfrAccordion',
'DsfrAccordionsGroup',
'DsfrRadioButton',
'DsfrRadioButtonSet',
'DsfrSearchBar',
'DsfrSelect',
'DsfrShare',
'DsfrSideMenu',
'DsfrSideMenuButton',
'DsfrSideMenuListItem',
'DsfrSideMenuLink',
'DsfrSideMenu',
'DsfrSideMenuList',
'DsfrButtonGroup',
'DsfrButton',
'DsfrSideMenuListItem',
'DsfrSkipLinks',
'DsfrSocialNetworks',
'DsfrStepper',
'DsfrNotice',
'DsfrFieldset',
'DsfrBreadcrumb',
'DsfrSearchBar',
'DsfrRadioButtonSet',
'DsfrRadioButton',
'DsfrSummary',
'DsfrTabContent',
'DsfrTabItem',
'DsfrTable',
'DsfrTableCell',
'DsfrTableHeader',
'DsfrTableHeaders',
'DsfrTableRow',
'DsfrTabs',
'DsfrTag',
'DsfrTags',
'DsfrTile',
'DsfrTiles',
'DsfrToggleSwitch',
'DsfrTranscription',
'DsfrVideo',
],
} as const

0 comments on commit 1ac0036

Please sign in to comment.